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

Unified Diff: webkit/browser/quota/quota_manager.cc

Issue 16010007: Move webkit/quota files to webkit/browser/quota or webkit/common/quota (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gypi fix Created 7 years, 7 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: webkit/browser/quota/quota_manager.cc
diff --git a/webkit/quota/quota_manager.cc b/webkit/browser/quota/quota_manager.cc
similarity index 99%
rename from webkit/quota/quota_manager.cc
rename to webkit/browser/quota/quota_manager.cc
index ccdf4a6c2ae5eed2b954ff23c77d744eaf6d7782..7ece7355f07ce65406e6871506447f6f1c999c9e 100644
--- a/webkit/quota/quota_manager.cc
+++ b/webkit/browser/quota/quota_manager.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/quota/quota_manager.h"
+#include "webkit/browser/quota/quota_manager.h"
#include <algorithm>
#include <deque>
@@ -23,10 +23,10 @@
#include "base/task_runner_util.h"
#include "base/time.h"
#include "net/base/net_util.h"
-#include "webkit/quota/quota_database.h"
-#include "webkit/quota/quota_temporary_storage_evictor.h"
-#include "webkit/quota/quota_types.h"
-#include "webkit/quota/usage_tracker.h"
+#include "webkit/browser/quota/quota_database.h"
+#include "webkit/browser/quota/quota_temporary_storage_evictor.h"
+#include "webkit/browser/quota/usage_tracker.h"
+#include "webkit/common/quota/quota_types.h"
#define UMA_HISTOGRAM_MBYTES(name, sample) \
UMA_HISTOGRAM_CUSTOM_COUNTS( \

Powered by Google App Engine
This is Rietveld 408576698