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

Unified Diff: content/renderer/android/synchronous_compositor_factory.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
« no previous file with comments | « content/public/test/test_renderer_host.cc ('k') | content/renderer/browser_render_view_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/android/synchronous_compositor_factory.cc
diff --git a/content/renderer/android/synchronous_compositor_factory.cc b/content/renderer/android/synchronous_compositor_factory.cc
index 7238b710dfcaf4ba83605b12a8c3a12f3c0a5d74..b6093e7e9d6dc3ea264ee471467ec71852d86674 100644
--- a/content/renderer/android/synchronous_compositor_factory.cc
+++ b/content/renderer/android/synchronous_compositor_factory.cc
@@ -20,7 +20,8 @@ void SynchronousCompositorFactory::SetInstance(
DCHECK(g_instance == NULL);
// This feature only makes sense in single process mode.
- CHECK(CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess));
+ CHECK(base::CommandLine::ForCurrentProcess()->HasSwitch(
+ switches::kSingleProcess));
g_instance = instance;
}
« no previous file with comments | « content/public/test/test_renderer_host.cc ('k') | content/renderer/browser_render_view_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698