summaryrefslogtreecommitdiffstats
path: root/ui/views/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/views/view.h')
-rw-r--r--ui/views/view.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ui/views/view.h b/ui/views/view.h
index 9895297..5f0d55c 100644
--- a/ui/views/view.h
+++ b/ui/views/view.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -758,8 +758,7 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
// to provide right-click menu display triggerd by the keyboard (i.e. for the
// Chrome toolbar Back and Forward buttons). No source needs to be specified,
// as it is always equal to the current View.
- virtual void ShowContextMenu(const gfx::Point& p,
- bool is_mouse_gesture);
+ virtual void ShowContextMenu(const gfx::Point& p, bool is_mouse_gesture);
// Drag and drop -------------------------------------------------------------