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

Unified Diff: chrome/browser/notifications/sync_notifier/chrome_notifier_service_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/net/proxy_service_factory.h ('k') | chrome/browser/prefs/command_line_pref_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.h
diff --git a/chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.h b/chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.h
index e86be50e46fcd9957625b8daba29afd1b3581abb..c55d2332b9ed7d2c92325047bfcc37004c1cb1e2 100644
--- a/chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.h
+++ b/chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.h
@@ -9,7 +9,9 @@
#include "chrome/browser/profiles/profile.h"
#include "components/keyed_service/content/browser_context_keyed_service_factory.h"
+namespace base {
class CommandLine;
+}
namespace notifier {
@@ -26,7 +28,7 @@ class ChromeNotifierServiceFactory : public BrowserContextKeyedServiceFactory {
// not.
// TODO(petewil): Remove this when the SyncedNotifications feature is ready
// to be turned on by default, and just use a disable switch instead then.
- static bool UseSyncedNotifications(CommandLine* command_line);
+ static bool UseSyncedNotifications(base::CommandLine* command_line);
private:
friend struct DefaultSingletonTraits<ChromeNotifierServiceFactory>;
« no previous file with comments | « chrome/browser/net/proxy_service_factory.h ('k') | chrome/browser/prefs/command_line_pref_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698