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

Unified Diff: chrome/browser/ui/startup/autolaunch_prompt.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/prefs/prefs_tab_helper.cc ('k') | chrome/browser/ui/startup/autolaunch_prompt.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/startup/autolaunch_prompt.h
diff --git a/chrome/browser/ui/startup/autolaunch_prompt.h b/chrome/browser/ui/startup/autolaunch_prompt.h
index a4c70e56d1aab5a0e8ffa6911f1813f4d6c51f4a..e56e33045fa19cce212b7a2306a9759df17db29a 100644
--- a/chrome/browser/ui/startup/autolaunch_prompt.h
+++ b/chrome/browser/ui/startup/autolaunch_prompt.h
@@ -5,9 +5,12 @@
#ifndef CHROME_BROWSER_UI_STARTUP_AUTOLAUNCH_PROMPT_H_
#define CHROME_BROWSER_UI_STARTUP_AUTOLAUNCH_PROMPT_H_
-class PrefRegistrySyncable;
class Browser;
+namespace user_prefs {
+class PrefRegistrySyncable;
+}
+
namespace chrome {
// Determines whether or not the auto-launch prompt should be shown, and shows
@@ -15,7 +18,7 @@ namespace chrome {
bool ShowAutolaunchPrompt(Browser* browser);
// Registers auto-launch specific prefs.
-void RegisterAutolaunchUserPrefs(PrefRegistrySyncable* registry);
+void RegisterAutolaunchUserPrefs(user_prefs::PrefRegistrySyncable* registry);
} // namespace chrome
« no previous file with comments | « chrome/browser/ui/prefs/prefs_tab_helper.cc ('k') | chrome/browser/ui/startup/autolaunch_prompt.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698