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

Unified Diff: webkit/browser/quota/usage_tracker.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: 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/usage_tracker.h ('k') | webkit/browser/quota/usage_tracker_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/quota/usage_tracker.cc
diff --git a/webkit/quota/usage_tracker.cc b/webkit/browser/quota/usage_tracker.cc
similarity index 99%
rename from webkit/quota/usage_tracker.cc
rename to webkit/browser/quota/usage_tracker.cc
index 07a71d8724e5c13210dd9b1c9ab8422de3c3f016..2b895ce3134592595ef3ebc59cc4c832ccf04e60 100644
--- a/webkit/quota/usage_tracker.cc
+++ b/webkit/browser/quota/usage_tracker.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/usage_tracker.h"
+#include "webkit/browser/quota/usage_tracker.h"
#include <algorithm>
#include <deque>
« no previous file with comments | « webkit/browser/quota/usage_tracker.h ('k') | webkit/browser/quota/usage_tracker_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698