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

Unified Diff: sql/statement_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/statement.cc ('k') | sql/transaction.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/statement_unittest.cc
diff --git a/app/sql/statement_unittest.cc b/sql/statement_unittest.cc
similarity index 98%
rename from app/sql/statement_unittest.cc
rename to sql/statement_unittest.cc
index 0085d7cbb899314e3db4873e0ff68a0b73c27fa9..1d10fe0b1ef20b7da4abcdf22025058c5244280e 100644
--- a/app/sql/statement_unittest.cc
+++ b/sql/statement_unittest.cc
@@ -4,10 +4,10 @@
#include <string>
-#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/statement.cc ('k') | sql/transaction.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698