Index: chrome/browser/history/text_database_manager_unittest.cc |
diff --git a/chrome/browser/history/text_database_manager_unittest.cc b/chrome/browser/history/text_database_manager_unittest.cc |
index bd9e736ac9a260ce2ae0d24be1b1d23a2ff6bb78..6e9da2057a7ec2a5f8a27b903fddfb66ec13d034 100644 |
--- a/chrome/browser/history/text_database_manager_unittest.cc |
+++ b/chrome/browser/history/text_database_manager_unittest.cc |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "app/sql/connection.h" |
#include "base/file_path.h" |
#include "base/file_util.h" |
#include "base/message_loop.h" |
#include "base/utf_string_conversions.h" |
#include "chrome/browser/history/text_database_manager.h" |
#include "chrome/browser/history/visit_database.h" |
+#include "sql/connection.h" |
#include "testing/gtest/include/gtest/gtest.h" |
using base::Time; |