diff options
author | varunjain@chromium.org <varunjain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-17 21:37:27 +0000 |
---|---|---|
committer | varunjain@chromium.org <varunjain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-17 21:37:27 +0000 |
commit | 1de0fc0a13233dcf1a0757b2e8b7c138b360c9b1 (patch) | |
tree | 52035b048c5a1aa902bdc804a0df2b38e0117206 /content/test/test_web_contents_view.h | |
parent | 70510970360a2b4548ae77ecb6760e487f197edb (diff) | |
download | chromium_src-1de0fc0a13233dcf1a0757b2e8b7c138b360c9b1.zip chromium_src-1de0fc0a13233dcf1a0757b2e8b7c138b360c9b1.tar.gz chromium_src-1de0fc0a13233dcf1a0757b2e8b7c138b360c9b1.tar.bz2 |
We do not pass enums by conts references. This CL fixes style errors introduced
in a previous CL.
BUG=none
Review URL: https://chromiumcodereview.appspot.com/10915304
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157205 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test/test_web_contents_view.h')
-rw-r--r-- | content/test/test_web_contents_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/test/test_web_contents_view.h b/content/test/test_web_contents_view.h index fc8cd4e..b7d2ca3 100644 --- a/content/test/test_web_contents_view.h +++ b/content/test/test_web_contents_view.h @@ -20,7 +20,7 @@ class TestWebContentsView : public WebContentsView, // RenderViewHostDelegateView: virtual void ShowContextMenu( const ContextMenuParams& params, - const content::ContextMenuSourceType& type) OVERRIDE; + content::ContextMenuSourceType type) OVERRIDE; virtual void ShowPopupMenu(const gfx::Rect& bounds, int item_height, double item_font_size, |