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

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

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.h
diff --git a/webkit/quota/quota_manager.h b/webkit/browser/quota/quota_manager.h
similarity index 97%
rename from webkit/quota/quota_manager.h
rename to webkit/browser/quota/quota_manager.h
index 5138b3b8b9139774d706337b0f245f46bb7350cb..85f35dc2a79812db9b580166be8741f573248c28 100644
--- a/webkit/quota/quota_manager.h
+++ b/webkit/browser/quota/quota_manager.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_QUOTA_QUOTA_MANAGER_H_
-#define WEBKIT_QUOTA_QUOTA_MANAGER_H_
+#ifndef WEBKIT_BROWSER_QUOTA_QUOTA_MANAGER_H_
+#define WEBKIT_BROWSER_QUOTA_QUOTA_MANAGER_H_
#include <deque>
#include <list>
@@ -21,10 +21,11 @@
#include "base/memory/weak_ptr.h"
#include "base/sequenced_task_runner_helpers.h"
#include "webkit/quota/quota_callbacks.h"
-#include "webkit/quota/quota_client.h"
-#include "webkit/quota/quota_database.h"
-#include "webkit/quota/quota_task.h"
-#include "webkit/quota/special_storage_policy.h"
+#include "webkit/browser/quota/quota_callbacks.h"
+#include "webkit/browser/quota/quota_client.h"
+#include "webkit/browser/quota/quota_database.h"
+#include "webkit/browser/quota/quota_task.h"
+#include "webkit/browser/quota/special_storage_policy.h"
#include "webkit/storage/webkit_storage_export.h"
namespace base {
@@ -468,4 +469,4 @@ class WEBKIT_STORAGE_EXPORT QuotaManagerProxy
} // namespace quota
-#endif // WEBKIT_QUOTA_QUOTA_MANAGER_H_
+#endif // WEBKIT_BROWSER_QUOTA_QUOTA_MANAGER_H_

Powered by Google App Engine
This is Rietveld 408576698