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

Unified Diff: chrome/browser/prefs/pref_service_syncable_factory.h

Issue 196413016: Move CommandLine to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/prefs/incognito_mode_prefs.h ('k') | chrome/browser/prerender/prerender_field_trial.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prefs/pref_service_syncable_factory.h
diff --git a/chrome/browser/prefs/pref_service_syncable_factory.h b/chrome/browser/prefs/pref_service_syncable_factory.h
index 715244efb1ea905ab3f3d5914ecb52f26da60c37..b3d326ca3f701df9972f3c99ac2613a7331fe590 100644
--- a/chrome/browser/prefs/pref_service_syncable_factory.h
+++ b/chrome/browser/prefs/pref_service_syncable_factory.h
@@ -7,9 +7,12 @@
#include "base/prefs/pref_service_factory.h"
-class CommandLine;
class PrefServiceSyncable;
+namespace base {
+class CommandLine;
+}
+
namespace policy {
class PolicyService;
}
@@ -33,7 +36,7 @@ class PrefServiceSyncableFactory : public base::PrefServiceFactory {
#endif
// Specifies to use an actual command-line backed command-line pref store.
- void SetCommandLine(CommandLine* command_line);
+ void SetCommandLine(base::CommandLine* command_line);
scoped_ptr<PrefServiceSyncable> CreateSyncable(
user_prefs::PrefRegistrySyncable* registry);
« no previous file with comments | « chrome/browser/prefs/incognito_mode_prefs.h ('k') | chrome/browser/prerender/prerender_field_trial.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698