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_ |