Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(160)

Unified Diff: chrome/browser/profiles/profile_loader.h

Issue 16766003: Move ProfileLoader to chrome/browser/profiles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move ProfileLoader to chrome/browser/profiles/ Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698