| Index: ui/gfx/android/gfx_jni_registrar.h
|
| diff --git a/ui/gl/android/gl_jni_registrar.h b/ui/gfx/android/gfx_jni_registrar.h
|
| similarity index 51%
|
| copy from ui/gl/android/gl_jni_registrar.h
|
| copy to ui/gfx/android/gfx_jni_registrar.h
|
| index 468557c3e79d888688fe9629b7b3fa6f45316036..3d4947c2ac152ee757b903bc8b78b2d508e2c3a8 100644
|
| --- a/ui/gl/android/gl_jni_registrar.h
|
| +++ b/ui/gfx/android/gfx_jni_registrar.h
|
| @@ -2,22 +2,20 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef UI_GL_ANDROID_UI_JNI_REGISTRAR_H_
|
| -#define UI_GL_ANDROID_UI_JNI_REGISTRAR_H_
|
| +#ifndef UI_GFX_ANDROID_GFX_JNI_REGISTRAR_H_
|
| +#define UI_GFX_ANDROID_GFX_JNI_REGISTRAR_H_
|
|
|
| #include <jni.h>
|
|
|
| -#include "ui/gl/gl_export.h"
|
| +#include "ui/gfx/gfx_export.h"
|
|
|
| -namespace ui {
|
| -namespace gl {
|
| +namespace gfx {
|
| namespace android {
|
|
|
| // Register all JNI bindings necessary for chrome.
|
| -GL_EXPORT bool RegisterJni(JNIEnv* env);
|
| +GFX_EXPORT bool RegisterJni(JNIEnv* env);
|
|
|
| } // namespace android
|
| -} // namespace gl
|
| -} // namespace ui
|
| +} // namespace gfx
|
|
|
| -#endif // UI_GL_ANDROID_UI_JNI_REGISTRAR_H_
|
| +#endif // UI_GFX_ANDROID_GFX_JNI_REGISTRAR_H_
|
|
|