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

Unified Diff: chrome/browser/ui/ash/chrome_launcher_prefs.h

Issue 14622003: components: Move PrefRegistrySyncable into user_prefs namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 years, 8 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
« no previous file with comments | « chrome/browser/ui/alternate_error_tab_observer.cc ('k') | chrome/browser/ui/ash/chrome_launcher_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/chrome_launcher_prefs.h
diff --git a/chrome/browser/ui/ash/chrome_launcher_prefs.h b/chrome/browser/ui/ash/chrome_launcher_prefs.h
index 5f68a3e6efbbe328d4240ef23a43072bc09b1206..05249da626edf6c6e3d1164ad3e15693d5f6798d 100644
--- a/chrome/browser/ui/ash/chrome_launcher_prefs.h
+++ b/chrome/browser/ui/ash/chrome_launcher_prefs.h
@@ -7,12 +7,14 @@
#include <string>
-class PrefRegistrySyncable;
-
namespace base {
class DictionaryValue;
}
+namespace user_prefs {
+class PrefRegistrySyncable;
+}
+
namespace ash {
// Path within the dictionary entries in the prefs::kPinnedLauncherApps list
@@ -29,7 +31,8 @@ extern const char kShelfAlignmentLeft[];
extern const char kShelfAlignmentRight[];
extern const char kShelfAlignmentTop[];
-void RegisterChromeLauncherUserPrefs(PrefRegistrySyncable* registry);
+void RegisterChromeLauncherUserPrefs(
+ user_prefs::PrefRegistrySyncable* registry);
base::DictionaryValue* CreateAppDict(const std::string& app_id);
« no previous file with comments | « chrome/browser/ui/alternate_error_tab_observer.cc ('k') | chrome/browser/ui/ash/chrome_launcher_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698