| Index: android_webview/browser/aw_gl_functor.h
|
| diff --git a/android_webview/native/aw_gl_functor.h b/android_webview/browser/aw_gl_functor.h
|
| similarity index 90%
|
| rename from android_webview/native/aw_gl_functor.h
|
| rename to android_webview/browser/aw_gl_functor.h
|
| index 0899beb03fcd0c0e86ec83b1515df2e29e805a01..108b2e954d35cb691db34695c8785eb4cde62c14 100644
|
| --- a/android_webview/native/aw_gl_functor.h
|
| +++ b/android_webview/browser/aw_gl_functor.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ANDROID_WEBVIEW_NATIVE_AW_GL_FUNCTOR_H_
|
| -#define ANDROID_WEBVIEW_NATIVE_AW_GL_FUNCTOR_H_
|
| +#ifndef ANDROID_WEBVIEW_BROWSER_AW_GL_FUNCTOR_H_
|
| +#define ANDROID_WEBVIEW_BROWSER_AW_GL_FUNCTOR_H_
|
|
|
| #include <jni.h>
|
|
|
| @@ -43,4 +43,4 @@ bool RegisterAwGLFunctor(JNIEnv* env);
|
|
|
| } // namespace android_webview
|
|
|
| -#endif // ANDROID_WEBVIEW_NATIVE_AW_GL_FUNCTOR_H_
|
| +#endif // ANDROID_WEBVIEW_BROWSER_AW_GL_FUNCTOR_H_
|
|
|