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

Unified Diff: webkit/browser/quota/mock_quota_manager.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_quota_manager.cc
diff --git a/webkit/quota/mock_quota_manager.cc b/webkit/browser/quota/mock_quota_manager.cc
similarity index 99%
rename from webkit/quota/mock_quota_manager.cc
rename to webkit/browser/quota/mock_quota_manager.cc
index 5d0e9babe22ec0f9391b2618368cc28cb491e858..5510425d49d490e16a92cd670895b5c0705d0bbe 100644
--- a/webkit/quota/mock_quota_manager.cc
+++ b/webkit/browser/quota/mock_quota_manager.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_quota_manager.h"
+#include "webkit/browser/quota/mock_quota_manager.h"
#include <set>
#include <string>

Powered by Google App Engine
This is Rietveld 408576698