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

Unified Diff: sql/transaction.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/statement_unittest.cc ('k') | sql/transaction.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/transaction.h
diff --git a/app/sql/transaction.h b/sql/transaction.h
similarity index 91%
rename from app/sql/transaction.h
rename to sql/transaction.h
index c65ca8d6610118eab32ede5586148dc73ef9423d..5e1a418c0632db859eb5b0a02898cead35843b34 100644
--- a/app/sql/transaction.h
+++ b/sql/transaction.h
@@ -1,9 +1,9 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef APP_SQL_TRANSACTION_H_
-#define APP_SQL_TRANSACTION_H_
+#ifndef SQL_TRANSACTION_H_
+#define SQL_TRANSACTION_H_
#pragma once
#include "base/basictypes.h"
@@ -54,4 +54,4 @@ class Transaction {
} // namespace sql
-#endif // APP_SQL_TRANSACTION_H_
+#endif // SQL_TRANSACTION_H_
« no previous file with comments | « sql/statement_unittest.cc ('k') | sql/transaction.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698