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

Unified Diff: webkit/common/user_agent/user_agent_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/common/user_agent/user_agent.h ('k') | webkit/common/webdropdata.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/user_agent/user_agent_unittest.cc
diff --git a/webkit/common/user_agent/user_agent_unittest.cc b/webkit/common/user_agent/user_agent_unittest.cc
index 8db0b88134cefb3ea4e0efd89265e3c4b6c895a4..bed7652dc699143d4eed069cc5fddb89310ada74 100644
--- a/webkit/common/user_agent/user_agent_unittest.cc
+++ b/webkit/common/user_agent/user_agent_unittest.cc
@@ -6,8 +6,8 @@
#include <string>
-#include "googleurl/src/gurl.h"
#include "testing/gtest/include/gtest/gtest.h"
+#include "url/gurl.h"
namespace {
« no previous file with comments | « webkit/common/user_agent/user_agent.h ('k') | webkit/common/webdropdata.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698