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

Unified Diff: chrome/browser/search/search.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/renderer_host/pepper/device_id_fetcher.cc ('k') | chrome/browser/search/search.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/search/search.h
diff --git a/chrome/browser/search/search.h b/chrome/browser/search/search.h
index 5aa81a6334ffbe54eabf63fd6de7b2bf65558f89..32b788ed1a819f27168479d3f28457010e02129c 100644
--- a/chrome/browser/search/search.h
+++ b/chrome/browser/search/search.h
@@ -13,7 +13,6 @@
#include "base/string16.h"
class GURL;
-class PrefRegistrySyncable;
class Profile;
class TemplateURL;
class TemplateURLRef;
@@ -23,6 +22,10 @@ class NavigationEntry;
class WebContents;
}
+namespace user_prefs {
+class PrefRegistrySyncable;
+}
+
namespace chrome {
// Use this value for "start margin" to prevent the "es_sm" parameter from
@@ -72,7 +75,7 @@ bool NavEntryIsInstantNTP(const content::WebContents* contents,
const content::NavigationEntry* nav_entry);
// Registers Instant-related user preferences. Called at startup.
-void RegisterInstantUserPrefs(PrefRegistrySyncable* registry);
+void RegisterInstantUserPrefs(user_prefs::PrefRegistrySyncable* registry);
// Returns prefs::kInstantExtendedEnabled in extended mode;
// prefs::kInstantEnabled otherwise.
« no previous file with comments | « chrome/browser/renderer_host/pepper/device_id_fetcher.cc ('k') | chrome/browser/search/search.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698