| Index: chrome/browser/chromeos/login/users/multi_profile_user_controller.h
|
| diff --git a/chrome/browser/chromeos/login/multi_profile_user_controller.h b/chrome/browser/chromeos/login/users/multi_profile_user_controller.h
|
| similarity index 93%
|
| rename from chrome/browser/chromeos/login/multi_profile_user_controller.h
|
| rename to chrome/browser/chromeos/login/users/multi_profile_user_controller.h
|
| index 81656cc39df2ac36c7bb60248e0faaf25f493ade..52a3a4edeb26a8bcc1ba2a08cbf7d7d169370f01 100644
|
| --- a/chrome/browser/chromeos/login/multi_profile_user_controller.h
|
| +++ b/chrome/browser/chromeos/login/users/multi_profile_user_controller.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_MULTI_PROFILE_USER_CONTROLLER_H_
|
| -#define CHROME_BROWSER_CHROMEOS_LOGIN_MULTI_PROFILE_USER_CONTROLLER_H_
|
| +#ifndef CHROME_BROWSER_CHROMEOS_LOGIN_USERS_MULTI_PROFILE_USER_CONTROLLER_H_
|
| +#define CHROME_BROWSER_CHROMEOS_LOGIN_USERS_MULTI_PROFILE_USER_CONTROLLER_H_
|
|
|
| #include <string>
|
|
|
| @@ -103,4 +103,4 @@ class MultiProfileUserController {
|
|
|
| } // namespace chromeos
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_LOGIN_MULTI_PROFILE_USER_CONTROLLER_H_
|
| +#endif // CHROME_BROWSER_CHROMEOS_LOGIN_USERS_MULTI_PROFILE_USER_CONTROLLER_H_
|
|
|