| Index: testing/android/native_test_launcher.cc
 | 
| diff --git a/testing/android/native_test_launcher.cc b/testing/android/native_test_launcher.cc
 | 
| index 57a918bf56f9f00fed40a160a61011c6abfe2dc8..2fde735112c473b5dd35b55ff0f7164a398abd90 100644
 | 
| --- a/testing/android/native_test_launcher.cc
 | 
| +++ b/testing/android/native_test_launcher.cc
 | 
| @@ -142,9 +142,9 @@ static void RunTests(JNIEnv* env,
 | 
|      dup2(STDOUT_FILENO, STDERR_FILENO);
 | 
|  
 | 
|    if (command_line.HasSwitch(switches::kWaitForDebugger)) {
 | 
| -    std::string msg = StringPrintf("Native test waiting for GDB because "
 | 
| -                                   "flag %s was supplied",
 | 
| -                                   switches::kWaitForDebugger);
 | 
| +    std::string msg = base::StringPrintf("Native test waiting for GDB because "
 | 
| +                                         "flag %s was supplied",
 | 
| +                                         switches::kWaitForDebugger);
 | 
|      __android_log_write(ANDROID_LOG_VERBOSE, kLogTag, msg.c_str());
 | 
|      base::debug::WaitForDebugger(24 * 60 * 60, false);
 | 
|    }
 | 
| 
 |