| Index: sql/connection_unittest.cc
|
| diff --git a/app/sql/connection_unittest.cc b/sql/connection_unittest.cc
|
| similarity index 97%
|
| rename from app/sql/connection_unittest.cc
|
| rename to sql/connection_unittest.cc
|
| index 2c1a5a0360f5de113b10f1f023c61188196ee2e9..e99bff7fb663c31b108076b6ba4acd259ceb8cc8 100644
|
| --- a/app/sql/connection_unittest.cc
|
| +++ b/sql/connection_unittest.cc
|
| @@ -2,10 +2,10 @@
|
| // 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 "app/sql/statement.h"
|
| #include "base/file_util.h"
|
| #include "base/scoped_temp_dir.h"
|
| +#include "sql/connection.h"
|
| +#include "sql/statement.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/sqlite/sqlite3.h"
|
|
|
|
|