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

Unified Diff: sql/statement.h

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/sqlite_features_unittest.cc ('k') | sql/statement.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/statement.h
diff --git a/app/sql/statement.h b/sql/statement.h
similarity index 98%
rename from app/sql/statement.h
rename to sql/statement.h
index 6bf394978e4fa37984ab7dfa68cac0b5fa401889..dbb96713e33e916f97bd8c1c154826c4c9f6b411 100644
--- a/app/sql/statement.h
+++ b/sql/statement.h
@@ -2,17 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef APP_SQL_STATEMENT_H_
-#define APP_SQL_STATEMENT_H_
+#ifndef SQL_STATEMENT_H_
+#define SQL_STATEMENT_H_
#pragma once
#include <string>
#include <vector>
-#include "app/sql/connection.h"
#include "base/basictypes.h"
#include "base/memory/ref_counted.h"
#include "base/string16.h"
+#include "sql/connection.h"
namespace sql {
@@ -164,4 +164,4 @@ class Statement {
} // namespace sql
-#endif // APP_SQL_STATEMENT_H_
+#endif // SQL_STATEMENT_H_
« no previous file with comments | « sql/sqlite_features_unittest.cc ('k') | sql/statement.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698