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

Unified Diff: content/test/content_browser_test_utils.h

Issue 18868005: content: Migrate from googleurl/ includes to url/ ones. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 | « content/shell/shell_mac.mm ('k') | content/test/net/url_request_failed_job.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/content_browser_test_utils.h
diff --git a/content/test/content_browser_test_utils.h b/content/test/content_browser_test_utils.h
index 599c254f2c4213b564d9d963ef87cf71bd8ba379..09f44b8f90156e7ab5dc32e4f1686e6fc78a385d 100644
--- a/content/test/content_browser_test_utils.h
+++ b/content/test/content_browser_test_utils.h
@@ -6,8 +6,8 @@
#define CONTENT_TEST_CONTENT_BROWSER_TEST_UTILS_H_
#include "base/memory/ref_counted.h"
-#include "googleurl/src/gurl.h"
#include "ui/gfx/native_widget_types.h"
+#include "url/gurl.h"
namespace base {
class FilePath;
« no previous file with comments | « content/shell/shell_mac.mm ('k') | content/test/net/url_request_failed_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698