| Index: chrome/browser/history/visit_database_unittest.cc
|
| diff --git a/chrome/browser/history/visit_database_unittest.cc b/chrome/browser/history/visit_database_unittest.cc
|
| index eb7e8c92f9d8120444f65633af3e7325071a2632..b8cde8fea25b9164bcefd14f854f82084d2d03fa 100644
|
| --- a/chrome/browser/history/visit_database_unittest.cc
|
| +++ b/chrome/browser/history/visit_database_unittest.cc
|
| @@ -2,7 +2,6 @@
|
| // 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/path_service.h"
|
| @@ -10,6 +9,7 @@
|
| #include "base/string_util.h"
|
| #include "chrome/browser/history/url_database.h"
|
| #include "chrome/browser/history/visit_database.h"
|
| +#include "sql/connection.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "testing/platform_test.h"
|
|
|
|
|