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

Unified Diff: chrome/browser/ui/cocoa/extensions/browser_actions_controller.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
Index: chrome/browser/ui/cocoa/extensions/browser_actions_controller.h
diff --git a/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h b/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h
index 7465d2da26bd8703508bc4d63381c8c06a95f14c..f24a8d1d052afd8710fafeae4bfbf426fde61cfa 100644
--- a/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h
+++ b/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h
@@ -17,13 +17,16 @@ class Browser;
class ExtensionToolbarModel;
class ExtensionServiceObserverBridge;
@class MenuButton;
-class PrefRegistrySyncable;
class Profile;
namespace extensions {
class Extension;
}
+namespace user_prefs {
+class PrefRegistrySyncable;
+}
+
// Sent when the visibility of the Browser Actions changes.
extern NSString* const kBrowserActionVisibilityChangedNotification;
@@ -106,7 +109,7 @@ extern NSString* const kBrowserActionVisibilityChangedNotification;
- (BOOL)chevronIsHidden;
// Registers the user preferences used by this class.
-+ (void)registerUserPrefs:(PrefRegistrySyncable*)prefs;
++ (void)registerUserPrefs:(user_prefs::PrefRegistrySyncable*)prefs;
@end // @interface BrowserActionsController
« no previous file with comments | « chrome/browser/ui/browser_ui_prefs.cc ('k') | chrome/browser/ui/cocoa/extensions/browser_actions_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698