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

Unified Diff: webkit/browser/appcache/manifest_parser_unittest.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/appcache/manifest_parser.cc ('k') | webkit/browser/appcache/mock_appcache_policy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/appcache/manifest_parser_unittest.cc
diff --git a/webkit/browser/appcache/manifest_parser_unittest.cc b/webkit/browser/appcache/manifest_parser_unittest.cc
index c9733928754773f20042e999e41dfbe9ad573411..4df076f9864bbf1db40c04185a0a2dc83d81872e 100644
--- a/webkit/browser/appcache/manifest_parser_unittest.cc
+++ b/webkit/browser/appcache/manifest_parser_unittest.cc
@@ -4,8 +4,8 @@
#include <string>
-#include "googleurl/src/gurl.h"
#include "testing/gtest/include/gtest/gtest.h"
+#include "url/gurl.h"
#include "webkit/browser/appcache/manifest_parser.h"
namespace appcache {
« no previous file with comments | « webkit/browser/appcache/manifest_parser.cc ('k') | webkit/browser/appcache/mock_appcache_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698