| Index: chrome/browser/chromeos/login/users/avatar/user_image_loader.h
|
| diff --git a/chrome/browser/chromeos/login/user_image_loader.h b/chrome/browser/chromeos/login/users/avatar/user_image_loader.h
|
| similarity index 94%
|
| rename from chrome/browser/chromeos/login/user_image_loader.h
|
| rename to chrome/browser/chromeos/login/users/avatar/user_image_loader.h
|
| index c8ad921fc4f54cbeda81c37f672c2bb79daebcac..242bcee31b380e73a8d184f55c11b1378258c63b 100644
|
| --- a/chrome/browser/chromeos/login/user_image_loader.h
|
| +++ b/chrome/browser/chromeos/login/users/avatar/user_image_loader.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_USER_IMAGE_LOADER_H_
|
| -#define CHROME_BROWSER_CHROMEOS_LOGIN_USER_IMAGE_LOADER_H_
|
| +#ifndef CHROME_BROWSER_CHROMEOS_LOGIN_USERS_AVATAR_USER_IMAGE_LOADER_H_
|
| +#define CHROME_BROWSER_CHROMEOS_LOGIN_USERS_AVATAR_USER_IMAGE_LOADER_H_
|
|
|
| #include <map>
|
| #include <string>
|
| @@ -103,4 +103,4 @@ class UserImageLoader : public base::RefCountedThreadSafe<UserImageLoader>,
|
|
|
| } // namespace chromeos
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_LOGIN_USER_IMAGE_LOADER_H_
|
| +#endif // CHROME_BROWSER_CHROMEOS_LOGIN_USERS_AVATAR_USER_IMAGE_LOADER_H_
|
|
|