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

Unified Diff: content/common/dom_storage_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/common_param_traits_unittest.cc ('k') | content/common/fileapi/file_system_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/dom_storage_messages.h
diff --git a/content/common/dom_storage_messages.h b/content/common/dom_storage_messages.h
index 689c80b9a75deaca65c2a385f452a391960b1ab3..da847ecab619e309430ac655f8a174dca7f3507c 100644
--- a/content/common/dom_storage_messages.h
+++ b/content/common/dom_storage_messages.h
@@ -4,10 +4,10 @@
// Multiply-included message file, no traditional include guard.
#include "content/public/common/common_param_traits.h"
-#include "googleurl/src/gurl.h"
#include "ipc/ipc_message_macros.h"
#include "ipc/ipc_param_traits.h"
#include "third_party/WebKit/public/platform/WebStorageArea.h"
+#include "url/gurl.h"
#include "webkit/common/dom_storage/dom_storage_types.h"
#define IPC_MESSAGE_START DOMStorageMsgStart
« no previous file with comments | « content/common/common_param_traits_unittest.cc ('k') | content/common/fileapi/file_system_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698