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

Unified Diff: content/common/quota_messages.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/common/pepper_renderer_instance_data.h ('k') | content/common/socket_stream_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/quota_messages.h
diff --git a/content/common/quota_messages.h b/content/common/quota_messages.h
index 03e94374bfbebc60372e6416f0c9bdca99c08f95..b7b45b85e0b6bd9920cec459885b5d53d8c40511 100644
--- a/content/common/quota_messages.h
+++ b/content/common/quota_messages.h
@@ -5,8 +5,8 @@
// Multiply-included message file, hence no include guard.
#include "base/basictypes.h"
-#include "googleurl/src/gurl.h"
#include "ipc/ipc_message_macros.h"
+#include "url/gurl.h"
#include "webkit/common/quota/quota_types.h"
#define IPC_MESSAGE_START QuotaMsgStart
« no previous file with comments | « content/common/pepper_renderer_instance_data.h ('k') | content/common/socket_stream_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698