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

Unified Diff: chrome/browser/extensions/menu_manager.cc

Issue 63273002: Rename WebKit namespace to blink (part 4) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/extensions/extension_web_ui.cc ('k') | chrome/browser/extensions/menu_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/menu_manager.cc
diff --git a/chrome/browser/extensions/menu_manager.cc b/chrome/browser/extensions/menu_manager.cc
index d1ef97589b3b48f15dc660e8c11c09a1774490d5..6f0e7741f7b8ea6b7b8cf02284881754c0fa8687 100644
--- a/chrome/browser/extensions/menu_manager.cc
+++ b/chrome/browser/extensions/menu_manager.cc
@@ -617,13 +617,13 @@ void MenuManager::ExecuteCommand(Profile* profile,
SetIdKeyValue(properties, "parentMenuItemId", *item->parent_id());
switch (params.media_type) {
- case WebKit::WebContextMenuData::MediaTypeImage:
+ case blink::WebContextMenuData::MediaTypeImage:
properties->SetString("mediaType", "image");
break;
- case WebKit::WebContextMenuData::MediaTypeVideo:
+ case blink::WebContextMenuData::MediaTypeVideo:
properties->SetString("mediaType", "video");
break;
- case WebKit::WebContextMenuData::MediaTypeAudio:
+ case blink::WebContextMenuData::MediaTypeAudio:
properties->SetString("mediaType", "audio");
break;
default: {} // Do nothing.
« no previous file with comments | « chrome/browser/extensions/extension_web_ui.cc ('k') | chrome/browser/extensions/menu_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698