| Index: chrome/browser/chromeos/login/users/remove_user_delegate.h
|
| diff --git a/chrome/browser/chromeos/login/remove_user_delegate.h b/chrome/browser/chromeos/login/users/remove_user_delegate.h
|
| similarity index 73%
|
| rename from chrome/browser/chromeos/login/remove_user_delegate.h
|
| rename to chrome/browser/chromeos/login/users/remove_user_delegate.h
|
| index ad1f6be14513a763939ab7b39c000f0cb7716a3e..49c5b382816562728cb267c216b22185b2ee14ac 100644
|
| --- a/chrome/browser/chromeos/login/remove_user_delegate.h
|
| +++ b/chrome/browser/chromeos/login/users/remove_user_delegate.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_REMOVE_USER_DELEGATE_H_
|
| -#define CHROME_BROWSER_CHROMEOS_LOGIN_REMOVE_USER_DELEGATE_H_
|
| +#ifndef CHROME_BROWSER_CHROMEOS_LOGIN_USERS_REMOVE_USER_DELEGATE_H_
|
| +#define CHROME_BROWSER_CHROMEOS_LOGIN_USERS_REMOVE_USER_DELEGATE_H_
|
|
|
| namespace chromeos {
|
|
|
| @@ -19,4 +19,4 @@ class RemoveUserDelegate {
|
|
|
| } // namespace chromeos
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_LOGIN_REMOVE_USER_DELEGATE_H_
|
| +#endif // CHROME_BROWSER_CHROMEOS_LOGIN_USERS_REMOVE_USER_DELEGATE_H_
|
|
|