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

Unified Diff: webkit/browser/quota/mock_special_storage_policy.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
Index: webkit/browser/quota/mock_special_storage_policy.h
diff --git a/webkit/quota/mock_special_storage_policy.h b/webkit/browser/quota/mock_special_storage_policy.h
similarity index 89%
rename from webkit/quota/mock_special_storage_policy.h
rename to webkit/browser/quota/mock_special_storage_policy.h
index 337ff5ce4c3fb58f507a83c033218d2e4306198e..9ea32030e97174284d989109aba77026df026028 100644
--- a/webkit/quota/mock_special_storage_policy.h
+++ b/webkit/browser/quota/mock_special_storage_policy.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_QUOTA_MOCK_SPECIAL_STORAGE_POLICY_H_
-#define WEBKIT_QUOTA_MOCK_SPECIAL_STORAGE_POLICY_H_
+#ifndef WEBKIT_BROWSER_QUOTA_MOCK_SPECIAL_STORAGE_POLICY_H_
+#define WEBKIT_BROWSER_QUOTA_MOCK_SPECIAL_STORAGE_POLICY_H_
#include <set>
#include <string>
#include "googleurl/src/gurl.h"
-#include "webkit/quota/special_storage_policy.h"
+#include "webkit/browser/quota/special_storage_policy.h"
namespace quota {
@@ -87,4 +87,4 @@ class MockSpecialStoragePolicy : public quota::SpecialStoragePolicy {
};
} // namespace quota
-#endif // WEBKIT_QUOTA_MOCK_SPECIAL_STORAGE_POLICY_H_
+#endif // WEBKIT_BROWSER_QUOTA_MOCK_SPECIAL_STORAGE_POLICY_H_
« no previous file with comments | « webkit/browser/quota/mock_quota_manager_unittest.cc ('k') | webkit/browser/quota/mock_special_storage_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698