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); |