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

Unified Diff: content/common/media/webrtc_identity_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/media/media_stream_messages.h ('k') | content/common/page_state_serialization.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/media/webrtc_identity_messages.h
diff --git a/content/common/media/webrtc_identity_messages.h b/content/common/media/webrtc_identity_messages.h
index 4f115bcbcaaa637e53df69ca3b49ed8feabf5770..c9287d2db04571c4a3637cb0539e17b690d8d89b 100644
--- a/content/common/media/webrtc_identity_messages.h
+++ b/content/common/media/webrtc_identity_messages.h
@@ -5,8 +5,8 @@
// IPC messages for requesting WebRTC identity.
// Multiply-included message file, hence no include guard.
-#include "googleurl/src/gurl.h"
#include "ipc/ipc_message_macros.h"
+#include "url/gurl.h"
#define IPC_MESSAGE_START WebRTCIdentityMsgStart
« no previous file with comments | « content/common/media/media_stream_messages.h ('k') | content/common/page_state_serialization.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698