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

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: rebase 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
« no previous file with comments | « webkit/browser/quota/quota_database_unittest.cc ('k') | webkit/browser/quota/quota_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..f348eae70d67b4313f3acdeb317e90248a9f30e3 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>
@@ -20,11 +20,11 @@
#include "base/memory/scoped_ptr.h"
#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 +468,4 @@ class WEBKIT_STORAGE_EXPORT QuotaManagerProxy
} // namespace quota
-#endif // WEBKIT_QUOTA_QUOTA_MANAGER_H_
+#endif // WEBKIT_BROWSER_QUOTA_QUOTA_MANAGER_H_
« no previous file with comments | « webkit/browser/quota/quota_database_unittest.cc ('k') | webkit/browser/quota/quota_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698