Index: content/app/android/library_loader_hooks.cc |
diff --git a/content/app/android/library_loader_hooks.cc b/content/app/android/library_loader_hooks.cc |
index 226a0a09e352b8e01ebb544fa603dfcb561fd10b..2b81f9a3f2ffd736f4402ed121e4b98dfc3f6c8a 100644 |
--- a/content/app/android/library_loader_hooks.cc |
+++ b/content/app/android/library_loader_hooks.cc |
@@ -72,7 +72,7 @@ bool EnsureJniRegistered(JNIEnv* env) { |
} |
bool LibraryLoaded(JNIEnv* env, jclass clazz) { |
- CommandLine* command_line = CommandLine::ForCurrentProcess(); |
+ base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); |
if (command_line->HasSwitch(switches::kTraceStartup)) { |
base::debug::CategoryFilter category_filter( |