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

Unified Diff: content/shell/renderer/layout_test/layout_test_render_process_observer.cc

Issue 803813003: 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
Index: content/shell/renderer/layout_test/layout_test_render_process_observer.cc
diff --git a/content/shell/renderer/layout_test/layout_test_render_process_observer.cc b/content/shell/renderer/layout_test/layout_test_render_process_observer.cc
index 31373acf517f5f0d95c37342b67d5204faef97c1..04d4d38bd5ab0eab0bb721334f06021f56bae054 100644
--- a/content/shell/renderer/layout_test/layout_test_render_process_observer.cc
+++ b/content/shell/renderer/layout_test/layout_test_render_process_observer.cc
@@ -63,8 +63,8 @@ void LayoutTestRenderProcessObserver::WebKitInitialized() {
std::string flags("--expose-gc");
v8::V8::SetFlagsFromString(flags.c_str(), static_cast<int>(flags.size()));
- if (!CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kStableReleaseMode)) {
+ if (!base::CommandLine::ForCurrentProcess()->HasSwitch(
+ switches::kStableReleaseMode)) {
WebRuntimeFeatures::enableTestOnlyFeatures(true);
}
« no previous file with comments | « content/shell/common/webkit_test_helpers.cc ('k') | content/shell/renderer/shell_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698