Index: ui/gfx/android/gfx_jni_registrar.h |
diff --git a/ui/gfx/android/gfx_jni_registrar.h b/ui/gfx/android/gfx_jni_registrar.h |
deleted file mode 100644 |
index dc6f284bd6b1f7c7def0f9b3b1c6c1745d817a1e..0000000000000000000000000000000000000000 |
--- a/ui/gfx/android/gfx_jni_registrar.h |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-// 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. |
- |
-#ifndef UI_GFX_ANDROID_GFX_JNI_REGISTRAR_H_ |
-#define UI_GFX_ANDROID_GFX_JNI_REGISTRAR_H_ |
- |
-#include <jni.h> |
- |
-#include "ui/base/ui_export.h" |
- |
-namespace gfx { |
- |
-// Register all JNI bindings necessary for gfx. |
-UI_EXPORT bool RegisterJni(JNIEnv* env); |
- |
-} // namespace gfx |
- |
-#endif // UI_GFX_ANDROID_GFX_JNI_REGISTRAR_H_ |