Index: chrome/browser/sync_file_system/drive_metadata_store.cc |
diff --git a/chrome/browser/sync_file_system/drive_metadata_store.cc b/chrome/browser/sync_file_system/drive_metadata_store.cc |
index da343e3f5d0f9e196d4836ad8fee8e01b87bb4ce..1a0836bbdb3c7720b3feb112f0a3cfdbb97d07a1 100644 |
--- a/chrome/browser/sync_file_system/drive_metadata_store.cc |
+++ b/chrome/browser/sync_file_system/drive_metadata_store.cc |
@@ -14,10 +14,9 @@ |
#include "base/message_loop/message_loop_proxy.h" |
#include "base/sequenced_task_runner.h" |
#include "base/stl_util.h" |
-#include "base/string_util.h" |
-#include "base/stringprintf.h" |
#include "base/strings/string_number_conversions.h" |
#include "base/strings/string_util.h" |
+#include "base/strings/stringprintf.h" |
#include "base/task_runner_util.h" |
#include "chrome/browser/sync_file_system/drive/metadata_db_migration_util.h" |
#include "chrome/browser/sync_file_system/drive_file_sync_service.h" |