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

Unified Diff: sql/transaction.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/transaction.h ('k') | sql/transaction_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/transaction.cc
diff --git a/app/sql/transaction.cc b/sql/transaction.cc
similarity index 89%
rename from app/sql/transaction.cc
rename to sql/transaction.cc
index 10bcfb0a9e3c3682b9b0cd14823065712090363a..06bcbebebddde5c7fc504c1a2050f1fd2fce97c1 100644
--- a/app/sql/transaction.cc
+++ b/sql/transaction.cc
@@ -1,11 +1,11 @@
-// Copyright (c) 2010 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.
-#include "app/sql/transaction.h"
+#include "sql/transaction.h"
-#include "app/sql/connection.h"
#include "base/logging.h"
+#include "sql/connection.h"
namespace sql {
« no previous file with comments | « sql/transaction.h ('k') | sql/transaction_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698