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

Unified Diff: components/web_resource/resource_request_allowed_notifier.cc

Issue 818103002: Make callers of CommandLine use it via the base:: namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « components/wallpaper/wallpaper_manager_base.cc ('k') | components/wifi/wifi_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_resource/resource_request_allowed_notifier.cc
diff --git a/components/web_resource/resource_request_allowed_notifier.cc b/components/web_resource/resource_request_allowed_notifier.cc
index 2192943f235c3444da98771e2775a65d60912853..4842a43ce26ae4b180a3a7a7a72629d57286cbb2 100644
--- a/components/web_resource/resource_request_allowed_notifier.cc
+++ b/components/web_resource/resource_request_allowed_notifier.cc
@@ -44,7 +44,8 @@ void ResourceRequestAllowedNotifier::Init(Observer* observer) {
ResourceRequestAllowedNotifier::State
ResourceRequestAllowedNotifier::GetResourceRequestsAllowedState() {
if (disable_network_switch_ &&
- CommandLine::ForCurrentProcess()->HasSwitch(disable_network_switch_)) {
+ base::CommandLine::ForCurrentProcess()->HasSwitch(
+ disable_network_switch_)) {
return DISALLOWED_COMMAND_LINE_DISABLED;
}
« no previous file with comments | « components/wallpaper/wallpaper_manager_base.cc ('k') | components/wifi/wifi_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698