| Index: sql/sqlite_features_unittest.cc
|
| diff --git a/app/sql/sqlite_features_unittest.cc b/sql/sqlite_features_unittest.cc
|
| similarity index 97%
|
| rename from app/sql/sqlite_features_unittest.cc
|
| rename to sql/sqlite_features_unittest.cc
|
| index 0ee63be988446020b2e60b8c7ffc51036903dbd0..a25413def45b1af3df8d8549b2de7c455028029b 100644
|
| --- a/app/sql/sqlite_features_unittest.cc
|
| +++ b/sql/sqlite_features_unittest.cc
|
| @@ -4,11 +4,11 @@
|
|
|
| #include <string>
|
|
|
| -#include "app/sql/connection.h"
|
| -#include "app/sql/statement.h"
|
| #include "base/file_path.h"
|
| #include "base/file_util.h"
|
| #include "base/path_service.h"
|
| +#include "sql/connection.h"
|
| +#include "sql/statement.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/sqlite/sqlite3.h"
|
|
|
|
|