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

Unified Diff: storage/browser/database/database_util.cc

Issue 539143002: Migrate webkit/browser/ to storage/browser/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android build Created 6 years, 3 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 | « storage/browser/database/database_util.h ('k') | storage/browser/database/databases_table.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/database/database_util.cc
diff --git a/webkit/browser/database/database_util.cc b/storage/browser/database/database_util.cc
similarity index 94%
rename from webkit/browser/database/database_util.cc
rename to storage/browser/database/database_util.cc
index c6d797a1d50532210719e18230e374765ba0d085..113f5332bb8f96e09ce730f0d2064bed530090af 100644
--- a/webkit/browser/database/database_util.cc
+++ b/storage/browser/database/database_util.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/browser/database/database_util.h"
+#include "storage/browser/database/database_util.h"
#include "base/basictypes.h"
#include "base/strings/utf_string_conversions.h"
-#include "webkit/browser/database/database_tracker.h"
-#include "webkit/browser/database/vfs_backend.h"
-#include "webkit/common/database/database_identifier.h"
+#include "storage/browser/database/database_tracker.h"
+#include "storage/browser/database/vfs_backend.h"
+#include "storage/common/database/database_identifier.h"
namespace storage {
« no previous file with comments | « storage/browser/database/database_util.h ('k') | storage/browser/database/databases_table.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698