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

Unified Diff: chrome/browser/net/predictor.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/net/net_pref_observer.cc ('k') | chrome/browser/net/predictor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/predictor.h
diff --git a/chrome/browser/net/predictor.h b/chrome/browser/net/predictor.h
index 8db8a3856bd81f9ed24f27bd09309da4123933c3..996bc8c08db9bb713ffb2d465ecc2434d56c7afd 100644
--- a/chrome/browser/net/predictor.h
+++ b/chrome/browser/net/predictor.h
@@ -33,23 +33,23 @@
#include "chrome/common/net/predictor_common.h"
#include "net/base/host_port_pair.h"
-namespace base {
-class ListValue;
-}
+class IOThread;
+class PrefService;
+class Profile;
namespace base {
+class ListValue;
class WaitableEvent;
}
namespace net {
class HostResolver;
class URLRequestContextGetter;
-} // namespace net
+}
-class IOThread;
-class PrefService;
+namespace user_prefs {
class PrefRegistrySyncable;
-class Profile;
+}
namespace chrome_browser_net {
@@ -102,7 +102,7 @@ class Predictor {
static Predictor* CreatePredictor(bool preconnect_enabled,
bool simple_shutdown);
- static void RegisterUserPrefs(PrefRegistrySyncable* registry);
+ static void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry);
// ------------- Start UI thread methods.
« no previous file with comments | « chrome/browser/net/net_pref_observer.cc ('k') | chrome/browser/net/predictor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698