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

Unified Diff: webkit/browser/quota/quota_temporary_storage_evictor.cc

Issue 18191004: webkit: Migrate from googleurl/ includes to url/ ones. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync+rebase Created 7 years, 6 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/quota_manager_unittest.cc ('k') | webkit/browser/quota/usage_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/quota/quota_temporary_storage_evictor.cc
diff --git a/webkit/browser/quota/quota_temporary_storage_evictor.cc b/webkit/browser/quota/quota_temporary_storage_evictor.cc
index c0842a3b4d7d4b65ea6f87a116bfc63f81e5fbc1..47a36f86fef5d75be7284856f8e7357998c93710 100644
--- a/webkit/browser/quota/quota_temporary_storage_evictor.cc
+++ b/webkit/browser/quota/quota_temporary_storage_evictor.cc
@@ -8,7 +8,7 @@
#include "base/bind.h"
#include "base/metrics/histogram.h"
-#include "googleurl/src/gurl.h"
+#include "url/gurl.h"
#include "webkit/browser/quota/quota_manager.h"
#define UMA_HISTOGRAM_MBYTES(name, sample) \
« no previous file with comments | « webkit/browser/quota/quota_manager_unittest.cc ('k') | webkit/browser/quota/usage_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698