summaryrefslogtreecommitdiffstats
path: root/chrome/browser/prefs/pref_service_syncable_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/prefs/pref_service_syncable_factory.h')
-rw-r--r--chrome/browser/prefs/pref_service_syncable_factory.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/chrome/browser/prefs/pref_service_syncable_factory.h b/chrome/browser/prefs/pref_service_syncable_factory.h
index 715244e..b3d326c 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);