| Index: chrome/browser/chromeos/status/input_method_menu_button.h
|
| diff --git a/chrome/browser/chromeos/status/input_method_menu_button.h b/chrome/browser/chromeos/status/input_method_menu_button.h
|
| index bfd68747b23d837fc72dce387d4d8440d6e7ab4a..9ecc105a2e40aa88a1fba0809703c5e7f4a19bda 100644
|
| --- a/chrome/browser/chromeos/status/input_method_menu_button.h
|
| +++ b/chrome/browser/chromeos/status/input_method_menu_button.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.
|
|
|
| @@ -47,7 +47,6 @@ class InputMethodMenuButton : public StatusAreaButton,
|
| bool WindowIsActive();
|
|
|
| scoped_ptr<InputMethodMenu> menu_;
|
| - StatusAreaHost* host_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(InputMethodMenuButton);
|
| };
|
|
|