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

Unified Diff: storage/browser/quota/quota_database.cc

Issue 539143002: Migrate webkit/browser/ to storage/browser/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: storage/browser/quota/quota_database.cc
diff --git a/webkit/browser/quota/quota_database.cc b/storage/browser/quota/quota_database.cc
similarity index 99%
rename from webkit/browser/quota/quota_database.cc
rename to storage/browser/quota/quota_database.cc
index de07cc8a8290514dd9d100493187012906353e4e..d4ee33ab3ea63fc28e3e07684a2740c889095b48 100644
--- a/webkit/browser/quota/quota_database.cc
+++ b/storage/browser/quota/quota_database.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/browser/quota/quota_database.h"
+#include "storage/browser/quota/quota_database.h"
#include <string>
#include <vector>
@@ -15,8 +15,8 @@
#include "sql/meta_table.h"
#include "sql/statement.h"
#include "sql/transaction.h"
+#include "storage/browser/quota/special_storage_policy.h"
#include "url/gurl.h"
-#include "webkit/browser/quota/special_storage_policy.h"
namespace storage {
namespace {

Powered by Google App Engine
This is Rietveld 408576698