diff options
author | yusukes@chromium.org <yusukes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-20 08:43:15 +0000 |
---|---|---|
committer | yusukes@chromium.org <yusukes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-20 08:43:15 +0000 |
commit | 69e3c68cdb92a927e3ff97f5911ceb645f64afa9 (patch) | |
tree | 4e334833ad02cf88794835f3ad6716dee6aed832 /chrome/browser/extensions | |
parent | a0669f74a2a681c4d0970d47746ef1586a3ebe56 (diff) | |
download | chromium_src-69e3c68cdb92a927e3ff97f5911ceb645f64afa9.zip chromium_src-69e3c68cdb92a927e3ff97f5911ceb645f64afa9.tar.gz chromium_src-69e3c68cdb92a927e3ff97f5911ceb645f64afa9.tar.bz2 |
cleanup: Do not include ibus_controller.h in settings page unittests.
Any class other than chromeos::input_method::InputMethodManager should not include the header to keep IBus dependencies to a minimum.
BUG=chromium-os:19655
TEST=try
Review URL: http://codereview.chromium.org/9716013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127655 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions')
-rw-r--r-- | chrome/browser/extensions/extension_input_api.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/extensions/extension_input_api.cc b/chrome/browser/extensions/extension_input_api.cc index 41eadf4..cb58af2 100644 --- a/chrome/browser/extensions/extension_input_api.cc +++ b/chrome/browser/extensions/extension_input_api.cc @@ -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. @@ -24,7 +24,6 @@ #endif #if defined(OS_CHROMEOS) && defined(USE_VIRTUAL_KEYBOARD) -#include "chrome/browser/chromeos/input_method/ibus_controller.h" #include "chrome/browser/chromeos/input_method/input_method_manager.h" #include "chrome/browser/chromeos/login/base_login_display_host.h" #endif |