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

Unified Diff: chrome/browser/tab_contents/render_view_context_menu.h

Issue 10375021: Move Extension into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Take 6 Created 8 years, 7 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
Index: chrome/browser/tab_contents/render_view_context_menu.h
diff --git a/chrome/browser/tab_contents/render_view_context_menu.h b/chrome/browser/tab_contents/render_view_context_menu.h
index 94a6441abe1c9657474d309b8256d658efefae5b..4f6323ec0a96a01a640a11e28315862ce6ed7150 100644
--- a/chrome/browser/tab_contents/render_view_context_menu.h
+++ b/chrome/browser/tab_contents/render_view_context_menu.h
@@ -33,6 +33,10 @@ class RenderViewHost;
class WebContents;
}
+namespace extensions {
+class Extension;
+}
+
namespace gfx {
class Point;
}
@@ -204,7 +208,7 @@ class RenderViewContextMenu : public ui::SimpleMenuModel::Delegate,
bool can_cross_incognito);
// Gets the extension (if any) associated with the WebContents that we're in.
- const Extension* GetExtension() const;
+ const extensions::Extension* GetExtension() const;
void AppendPlatformAppItems();
void AppendPopupExtensionItems();
bool AppendCustomItems();
« no previous file with comments | « chrome/browser/sync/test/integration/themes_helper.cc ('k') | chrome/browser/tab_contents/render_view_context_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698