| Index: content/browser/renderer_host/ime_adapter_android.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/ime_adapter_android.cc (revision 164665)
|
| +++ content/browser/renderer_host/ime_adapter_android.cc (working copy)
|
| @@ -20,9 +20,8 @@
|
|
|
| using base::android::AttachCurrentThread;
|
| using base::android::ConvertJavaStringToUTF16;
|
| -using content::NativeWebKeyboardEvent;
|
| -using content::RenderWidgetHostImpl;
|
|
|
| +namespace content {
|
| namespace {
|
|
|
| // Maps a java KeyEvent into a NativeWebKeyboardEvent.
|
| @@ -51,8 +50,6 @@
|
|
|
| } // anonymous namespace
|
|
|
| -namespace content {
|
| -
|
| bool RegisterImeAdapter(JNIEnv* env) {
|
| if (!RegisterNativesImpl(env))
|
| return false;
|
|
|