| Index: chrome/browser/profiles/profile_loader.h
|
| diff --git a/chrome/browser/ui/app_list/profile_loader.h b/chrome/browser/profiles/profile_loader.h
|
| similarity index 87%
|
| rename from chrome/browser/ui/app_list/profile_loader.h
|
| rename to chrome/browser/profiles/profile_loader.h
|
| index f2b12fdeda8675cc6270533c1483f99c50db36d9..b46ff605ceeaf0ba9d77f34c0497b7e5fdf7b7be 100644
|
| --- a/chrome/browser/ui/app_list/profile_loader.h
|
| +++ b/chrome/browser/profiles/profile_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_UI_APP_LIST_PROFILE_LOADER_H_
|
| -#define CHROME_BROWSER_UI_APP_LIST_PROFILE_LOADER_H_
|
| +#ifndef CHROME_BROWSER_PROFILES_PROFILE_LOADER_H_
|
| +#define CHROME_BROWSER_PROFILES_PROFILE_LOADER_H_
|
|
|
| #include "base/callback.h"
|
| #include "base/memory/weak_ptr.h"
|
| @@ -45,4 +45,4 @@ class ProfileLoader {
|
| DISALLOW_COPY_AND_ASSIGN(ProfileLoader);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_UI_APP_LIST_PROFILE_LOADER_H_
|
| +#endif // CHROME_BROWSER_PROFILES_PROFILE_LOADER_H_
|
|
|