Index: content/shell/shell_android.cc |
diff --git a/content/shell/shell_android.cc b/content/shell/shell_android.cc |
index 32d7fc0d56e8c58adbf0d23eca4e436a673d1d5f..d8a6fcbbfc7df78d11746dbbfbabfdb760d8da90 100644 |
--- a/content/shell/shell_android.cc |
+++ b/content/shell/shell_android.cc |
@@ -6,11 +6,11 @@ |
#include <jni.h> |
-#include "base/android/scoped_java_ref.h" |
#include "base/android/jni_string.h" |
+#include "base/android/scoped_java_ref.h" |
#include "base/command_line.h" |
#include "base/logging.h" |
-#include "base/string_piece.h" |
+#include "base/strings/string_piece.h" |
#include "content/public/common/content_switches.h" |
#include "content/shell/android/shell_manager.h" |
#include "jni/Shell_jni.h" |