| Index: chrome/browser/chromeos/login/users/avatar/user_image_manager_impl.h
|
| diff --git a/chrome/browser/chromeos/login/user_image_manager_impl.h b/chrome/browser/chromeos/login/users/avatar/user_image_manager_impl.h
|
| similarity index 95%
|
| rename from chrome/browser/chromeos/login/user_image_manager_impl.h
|
| rename to chrome/browser/chromeos/login/users/avatar/user_image_manager_impl.h
|
| index f85c43848da54511086cfc65c7d307dba2fe0f76..cdd549cf03a4081ee4d00759f43f17fc0cb1896a 100644
|
| --- a/chrome/browser/chromeos/login/user_image_manager_impl.h
|
| +++ b/chrome/browser/chromeos/login/users/avatar/user_image_manager_impl.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_MANAGER_IMPL_H_
|
| -#define CHROME_BROWSER_CHROMEOS_LOGIN_USER_IMAGE_MANAGER_IMPL_H_
|
| +#ifndef CHROME_BROWSER_CHROMEOS_LOGIN_USERS_AVATAR_USER_IMAGE_MANAGER_IMPL_H_
|
| +#define CHROME_BROWSER_CHROMEOS_LOGIN_USERS_AVATAR_USER_IMAGE_MANAGER_IMPL_H_
|
|
|
| #include <map>
|
| #include <set>
|
| @@ -17,9 +17,9 @@
|
| #include "base/time/time.h"
|
| #include "base/timer/timer.h"
|
| #include "base/values.h"
|
| -#include "chrome/browser/chromeos/login/user.h"
|
| -#include "chrome/browser/chromeos/login/user_image_loader.h"
|
| -#include "chrome/browser/chromeos/login/user_image_manager.h"
|
| +#include "chrome/browser/chromeos/login/users/avatar/user_image_loader.h"
|
| +#include "chrome/browser/chromeos/login/users/avatar/user_image_manager.h"
|
| +#include "chrome/browser/chromeos/login/users/user.h"
|
| #include "chrome/browser/profiles/profile_downloader_delegate.h"
|
| #include "ui/gfx/image/image_skia.h"
|
|
|
| @@ -220,4 +220,4 @@ class UserImageManagerImpl
|
|
|
| } // namespace chromeos
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_LOGIN_USER_IMAGE_MANAGER_IMPL_H_
|
| +#endif // CHROME_BROWSER_CHROMEOS_LOGIN_USERS_AVATAR_USER_IMAGE_MANAGER_IMPL_H_
|
|
|