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

Unified Diff: content/shell/renderer/test_runner/test_interfaces.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/test_runner/test_interfaces.cc
diff --git a/content/shell/renderer/test_runner/test_interfaces.cc b/content/shell/renderer/test_runner/test_interfaces.cc
index 7f6c964adcae4e4788ed9e625c461a6f9f794373..6b88763ad931c258581e2bfcbab6950858896708 100644
--- a/content/shell/renderer/test_runner/test_interfaces.cc
+++ b/content/shell/renderer/test_runner/test_interfaces.cc
@@ -30,7 +30,7 @@ TestInterfaces::TestInterfaces()
test_runner_(new TestRunner(this)),
delegate_(0) {
blink::setLayoutTestMode(true);
- if (CommandLine::ForCurrentProcess()->HasSwitch(
+ if (base::CommandLine::ForCurrentProcess()->HasSwitch(
switches::kEnableFontAntialiasing))
blink::setFontAntialiasingEnabledForTest(true);
« no previous file with comments | « content/shell/renderer/shell_render_view_observer.cc ('k') | content/shell/tools/content_shell_crash_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698