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

Unified Diff: chrome/common/pnacl_types.h

Issue 18919005: Migrate from googleurl/ includes to url/ ones in the remaining top-level directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make googleurl a temp include rule - to prevent others including it again 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 | « chrome/browser/ui/search/instant_ntp.cc ('k') | chrome_frame/chrome_frame_activex.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pnacl_types.h
diff --git a/chrome/common/pnacl_types.h b/chrome/common/pnacl_types.h
index f43beead45663b8067e7f780bca3c7ca8b068497..2804585d1b5ce3c124a7bf19d60ecf0cc326bc40 100644
--- a/chrome/common/pnacl_types.h
+++ b/chrome/common/pnacl_types.h
@@ -10,7 +10,7 @@
// want to pull googleurl into there, since it would be unnecessary bloat.
#include "base/time/time.h"
-#include "googleurl/src/gurl.h"
+#include "url/gurl.h"
namespace nacl {
// Cache-related information about pexe files, sent from the plugin/renderer
« no previous file with comments | « chrome/browser/ui/search/instant_ntp.cc ('k') | chrome_frame/chrome_frame_activex.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698