Index: chrome/browser/local_discovery/privet_notifications.cc |
diff --git a/chrome/browser/local_discovery/privet_notifications.cc b/chrome/browser/local_discovery/privet_notifications.cc |
index e4ea7b1833c9732c2a8a08570788854fc00b9e7e..7824b4e974b55d78df894675fcb325e63443f882 100644 |
--- a/chrome/browser/local_discovery/privet_notifications.cc |
+++ b/chrome/browser/local_discovery/privet_notifications.cc |
@@ -224,14 +224,14 @@ void PrivetNotificationService::DeviceCacheFlushed() { |
// static |
bool PrivetNotificationService::IsEnabled() { |
- CommandLine* command_line = CommandLine::ForCurrentProcess(); |
+ base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); |
return !command_line->HasSwitch( |
switches::kDisableDeviceDiscoveryNotifications); |
} |
// static |
bool PrivetNotificationService::IsForced() { |
- CommandLine* command_line = CommandLine::ForCurrentProcess(); |
+ base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); |
return command_line->HasSwitch(switches::kEnableDeviceDiscoveryNotifications); |
} |