blob: 5a609c8ece2e370c356d8f903fb1015ff4cb44fc [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/chromeos/login/ui/lock_window.h"
#include <cstddef>
namespace chromeos {
LockWindow::LockWindow() : observer_(NULL), initially_focused_view_(NULL) {
}
} // namespace chromeos