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

Unified Diff: content/test/test_web_contents_view.cc

Issue 10915304: We do not pass enums by conts references. This CL fixes style errors introduced (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/test/test_web_contents_view.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_web_contents_view.cc
diff --git a/content/test/test_web_contents_view.cc b/content/test/test_web_contents_view.cc
index ae916c09892df61b0e3d65af2b1fa72cc9bf2437..126a6bfc0d45d122ced1e746a7c87433a9320a07 100644
--- a/content/test/test_web_contents_view.cc
+++ b/content/test/test_web_contents_view.cc
@@ -14,7 +14,7 @@ TestWebContentsView::~TestWebContentsView() {
void TestWebContentsView::ShowContextMenu(
const ContextMenuParams& params,
- const content::ContextMenuSourceType& type) {
+ content::ContextMenuSourceType type) {
}
void TestWebContentsView::ShowPopupMenu(const gfx::Rect& bounds,
« no previous file with comments | « content/test/test_web_contents_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698