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

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: 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/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 54d98a537fc0a0d2ec269641fa64a4fcc2d8a93f..df34d3c3ff66f06f81562bc754b28cca7aab35cc 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>

Powered by Google App Engine
This is Rietveld 408576698