Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(337)

Unified Diff: sql/connection_unittest.cc

Issue 7353026: Move app/sql/* files to sql/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sql/connection.cc ('k') | sql/diagnostic_error_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « sql/connection.cc ('k') | sql/diagnostic_error_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698