| Index: chrome/browser/chromeos/login/ui/login_display.h
|
| diff --git a/chrome/browser/chromeos/login/login_display.h b/chrome/browser/chromeos/login/ui/login_display.h
|
| similarity index 95%
|
| rename from chrome/browser/chromeos/login/login_display.h
|
| rename to chrome/browser/chromeos/login/ui/login_display.h
|
| index ebc917476feb5b5711bb0c2a404f2204ac60c062..2a04a7c9c7f17bfe5dbcab84959e21f48a1f9617 100644
|
| --- a/chrome/browser/chromeos/login/login_display.h
|
| +++ b/chrome/browser/chromeos/login/ui/login_display.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_CHROMEOS_LOGIN_LOGIN_DISPLAY_H_
|
| -#define CHROME_BROWSER_CHROMEOS_LOGIN_LOGIN_DISPLAY_H_
|
| +#ifndef CHROME_BROWSER_CHROMEOS_LOGIN_UI_LOGIN_DISPLAY_H_
|
| +#define CHROME_BROWSER_CHROMEOS_LOGIN_UI_LOGIN_DISPLAY_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -11,9 +11,9 @@
|
| #include "base/callback.h"
|
| #include "base/strings/string16.h"
|
| #include "chrome/browser/chromeos/login/help_app_launcher.h"
|
| -#include "chrome/browser/chromeos/login/remove_user_delegate.h"
|
| -#include "chrome/browser/chromeos/login/user.h"
|
| -#include "chrome/browser/chromeos/login/user_manager.h"
|
| +#include "chrome/browser/chromeos/login/users/remove_user_delegate.h"
|
| +#include "chrome/browser/chromeos/login/users/user.h"
|
| +#include "chrome/browser/chromeos/login/users/user_manager.h"
|
| #include "ui/gfx/image/image.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| #include "ui/gfx/rect.h"
|
| @@ -237,4 +237,4 @@ class LoginDisplay : public RemoveUserDelegate {
|
|
|
| } // namespace chromeos
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_LOGIN_LOGIN_DISPLAY_H_
|
| +#endif // CHROME_BROWSER_CHROMEOS_LOGIN_UI_LOGIN_DISPLAY_H_
|
|
|