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

Unified Diff: chrome/browser/chromeos/policy/ticl_device_settings_provider.cc

Issue 819133004: Make callers of CommandLine use it via the base:: namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 6 years 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
Index: chrome/browser/chromeos/policy/ticl_device_settings_provider.cc
diff --git a/chrome/browser/chromeos/policy/ticl_device_settings_provider.cc b/chrome/browser/chromeos/policy/ticl_device_settings_provider.cc
index 41f12c71601261c7bea0192854dd7cedd5c5a4ac..869744643c77508cccde5c4b364c45cf3c894a61 100644
--- a/chrome/browser/chromeos/policy/ticl_device_settings_provider.cc
+++ b/chrome/browser/chromeos/policy/ticl_device_settings_provider.cc
@@ -16,7 +16,7 @@ TiclDeviceSettingsProvider::~TiclDeviceSettingsProvider() {
}
bool TiclDeviceSettingsProvider::UseGCMChannel() const {
- return CommandLine::ForCurrentProcess()->HasSwitch(
+ return base::CommandLine::ForCurrentProcess()->HasSwitch(
switches::kInvalidationUseGCMChannel);
}

Powered by Google App Engine
This is Rietveld 408576698