Index: chrome/browser/sync/syncable/directory_backing_store_unittest.cc |
diff --git a/chrome/browser/sync/syncable/directory_backing_store_unittest.cc b/chrome/browser/sync/syncable/directory_backing_store_unittest.cc |
index a53798f53eb36be62d530ab8947c26923c8e4993..892298a5a7c024dcf4ad8276f131394bc87417d6 100644 |
--- a/chrome/browser/sync/syncable/directory_backing_store_unittest.cc |
+++ b/chrome/browser/sync/syncable/directory_backing_store_unittest.cc |
@@ -6,8 +6,6 @@ |
#include <string> |
-#include "app/sql/connection.h" |
-#include "app/sql/statement.h" |
#include "base/file_path.h" |
#include "base/file_util.h" |
#include "base/memory/scoped_ptr.h" |
@@ -20,6 +18,8 @@ |
#include "chrome/browser/sync/syncable/directory_manager.h" |
#include "chrome/browser/sync/syncable/syncable-inl.h" |
#include "chrome/browser/sync/syncable/syncable.h" |
+#include "sql/connection.h" |
+#include "sql/statement.h" |
#include "testing/gtest/include/gtest/gtest-param-test.h" |
namespace syncable { |