1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chromeos/ime/fake_ime_keyboard.h"
6 #include "chromeos/ime/ime_keyboard.h"
9 namespace input_method
{
12 ImeKeyboard
* ImeKeyboard::Create() {
13 return new FakeImeKeyboard
;
16 } // namespace input_method
17 } // namespace chromeos