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

Unified Diff: webkit/browser/quota/mock_storage_client.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/mock_storage_client.cc
diff --git a/webkit/quota/mock_storage_client.cc b/webkit/browser/quota/mock_storage_client.cc
similarity index 98%
rename from webkit/quota/mock_storage_client.cc
rename to webkit/browser/quota/mock_storage_client.cc
index 0a7dfdec02953e18cd0b925239a271f247947b10..9833c82cb817c00d3c879e8736fb21bfcc4b9224 100644
--- a/webkit/quota/mock_storage_client.cc
+++ b/webkit/browser/quota/mock_storage_client.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/mock_storage_client.h"
+#include "webkit/browser/quota/mock_storage_client.h"
#include "base/basictypes.h"
#include "base/bind.h"
@@ -11,7 +11,7 @@
#include "base/message_loop_proxy.h"
#include "base/stl_util.h"
#include "net/base/net_util.h"
-#include "webkit/quota/quota_manager.h"
+#include "webkit/browser/quota/quota_manager.h"
namespace quota {

Powered by Google App Engine
This is Rietveld 408576698