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

Unified Diff: webkit/browser/quota/mock_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/fileapi/test_mount_point_provider.cc ('k') | webkit/browser/quota/mock_quota_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/quota/mock_quota_manager.h
diff --git a/webkit/quota/mock_quota_manager.h b/webkit/browser/quota/mock_quota_manager.h
similarity index 95%
rename from webkit/quota/mock_quota_manager.h
rename to webkit/browser/quota/mock_quota_manager.h
index e195e61bb199b54dd32a3531214851179e768e0d..20705721840b7399897d3796e6eabcaad2161b0f 100644
--- a/webkit/quota/mock_quota_manager.h
+++ b/webkit/browser/quota/mock_quota_manager.h
@@ -2,18 +2,18 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_QUOTA_MOCK_QUOTA_MANAGER_H_
-#define WEBKIT_QUOTA_MOCK_QUOTA_MANAGER_H_
+#ifndef WEBKIT_BROWSER_QUOTA_MOCK_QUOTA_MANAGER_H_
+#define WEBKIT_BROWSER_QUOTA_MOCK_QUOTA_MANAGER_H_
-#include <vector>
#include <string>
+#include <vector>
#include "base/memory/scoped_ptr.h"
#include "googleurl/src/gurl.h"
-#include "webkit/quota/quota_client.h"
-#include "webkit/quota/quota_manager.h"
-#include "webkit/quota/quota_task.h"
-#include "webkit/quota/quota_types.h"
+#include "webkit/browser/quota/quota_client.h"
+#include "webkit/browser/quota/quota_manager.h"
+#include "webkit/browser/quota/quota_task.h"
+#include "webkit/common/quota/quota_types.h"
namespace quota {
@@ -194,4 +194,4 @@ class MockQuotaManagerProxy : public QuotaManagerProxy {
} // namespace quota
-#endif // WEBKIT_QUOTA_MOCK_QUOTA_MANAGER_H_
+#endif // WEBKIT_BROWSER_QUOTA_MOCK_QUOTA_MANAGER_H_
« no previous file with comments | « webkit/browser/fileapi/test_mount_point_provider.cc ('k') | webkit/browser/quota/mock_quota_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698