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

Unified Diff: chrome/browser/accessibility/invert_bubble_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 | « no previous file | chrome/browser/accessibility/invert_bubble_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/accessibility/invert_bubble_prefs.h
diff --git a/chrome/browser/accessibility/invert_bubble_prefs.h b/chrome/browser/accessibility/invert_bubble_prefs.h
index de190c26c209fffb03ba747a6ee71332ca518b96..a88ba7ecb14440f4b7cff28398e11ae1faaafbb4 100644
--- a/chrome/browser/accessibility/invert_bubble_prefs.h
+++ b/chrome/browser/accessibility/invert_bubble_prefs.h
@@ -5,11 +5,13 @@
#ifndef CHROME_BROWSER_ACCESSIBILITY_INVERT_BUBBLE_PREFS_H_
#define CHROME_BROWSER_ACCESSIBILITY_INVERT_BUBBLE_PREFS_H_
+namespace user_prefs {
class PrefRegistrySyncable;
+}
namespace chrome {
-void RegisterInvertBubbleUserPrefs(PrefRegistrySyncable* registry);
+void RegisterInvertBubbleUserPrefs(user_prefs::PrefRegistrySyncable* registry);
} // namespace chrome
« no previous file with comments | « no previous file | chrome/browser/accessibility/invert_bubble_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698