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

Unified Diff: content/browser/web_contents/web_contents_view_android.h

Issue 11275062: Move content\browser\web_contents to content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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: content/browser/web_contents/web_contents_view_android.h
===================================================================
--- content/browser/web_contents/web_contents_view_android.h (revision 164670)
+++ content/browser/web_contents/web_contents_view_android.h (working copy)
@@ -54,7 +54,7 @@
// Backend implementation of RenderViewHostDelegateView.
virtual void ShowContextMenu(
const ContextMenuParams& params,
tfarina 2012/10/29 19:37:19 will fit in the previous line.
jam 2012/10/29 20:01:51 Done.
- content::ContextMenuSourceType type) OVERRIDE;
+ ContextMenuSourceType type) OVERRIDE;
virtual void ShowPopupMenu(const gfx::Rect& bounds,
int item_height,
double item_font_size,

Powered by Google App Engine
This is Rietveld 408576698