| Index: testing/android/native_test_launcher.cc
 | 
| diff --git a/testing/android/native_test_launcher.cc b/testing/android/native_test_launcher.cc
 | 
| index 2fde735112c473b5dd35b55ff0f7164a398abd90..61d6c5faefa626631fd029df6790d7a27b3a89b8 100644
 | 
| --- a/testing/android/native_test_launcher.cc
 | 
| +++ b/testing/android/native_test_launcher.cc
 | 
| @@ -21,7 +21,7 @@
 | 
|  #include "base/command_line.h"
 | 
|  #include "base/files/file_path.h"
 | 
|  #include "base/logging.h"
 | 
| -#include "base/stringprintf.h"
 | 
| +#include "base/strings/stringprintf.h"
 | 
|  #include "gtest/gtest.h"
 | 
|  #include "testing/android/native_test_util.h"
 | 
|  #include "testing/jni/ChromeNativeTestActivity_jni.h"
 | 
| 
 |