| Index: chrome/browser/ui/views/location_bar/click_handler.h
|
| diff --git a/chrome/browser/ui/views/location_bar/click_handler.h b/chrome/browser/ui/views/location_bar/click_handler.h
|
| index a4395c427397b59d22258cf9350de955f94404eb..ce7dc322b632489726be9e08fefe615536b99012 100644
|
| --- a/chrome/browser/ui/views/location_bar/click_handler.h
|
| +++ b/chrome/browser/ui/views/location_bar/click_handler.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 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.
|
|
|
| @@ -21,7 +21,7 @@ class ClickHandler {
|
| public:
|
| ClickHandler(const views::View* owner, LocationBarView* location_bar);
|
|
|
| - void OnMouseReleased(const views::MouseEvent& event, bool canceled);
|
| + void OnMouseReleased(const views::MouseEvent& event);
|
|
|
| private:
|
| const views::View* owner_;
|
|
|