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

Unified Diff: content/public/common/context_menu_params.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/public/common/common_param_traits.h ('k') | content/public/common/favicon_url.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/context_menu_params.h
diff --git a/content/public/common/context_menu_params.h b/content/public/common/context_menu_params.h
index 5940c377d54d77df39a9bc05073199111d1cdafd..e962530391abc7cd756da53000dd676aeea72e78 100644
--- a/content/public/common/context_menu_params.h
+++ b/content/public/common/context_menu_params.h
@@ -12,10 +12,10 @@
#include "content/common/content_export.h"
#include "content/public/common/page_state.h"
#include "content/public/common/ssl_status.h"
-#include "googleurl/src/gurl.h"
-#include "third_party/WebKit/public/web/WebContextMenuData.h"
#include "third_party/WebKit/public/platform/WebReferrerPolicy.h"
+#include "third_party/WebKit/public/web/WebContextMenuData.h"
#include "ui/base/ui_base_types.h"
+#include "url/gurl.h"
#include "webkit/common/webmenuitem.h"
#if defined(OS_ANDROID)
« no previous file with comments | « content/public/common/common_param_traits.h ('k') | content/public/common/favicon_url.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698