| Index: android_webview/browser/aw_http_auth_handler.h
|
| diff --git a/android_webview/native/aw_http_auth_handler.h b/android_webview/browser/aw_http_auth_handler.h
|
| similarity index 90%
|
| rename from android_webview/native/aw_http_auth_handler.h
|
| rename to android_webview/browser/aw_http_auth_handler.h
|
| index 09f6ed1229abcd617fe42f7d897398bf00feb6fb..5fdc9881a4cb3bf04d25ad6d231d224084a9fd1e 100644
|
| --- a/android_webview/native/aw_http_auth_handler.h
|
| +++ b/android_webview/browser/aw_http_auth_handler.h
|
| @@ -2,14 +2,14 @@
|
| // 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_HTTP_AUTH_HANDLER_H_
|
| -#define ANDROID_WEBVIEW_NATIVE_AW_HTTP_AUTH_HANDLER_H_
|
| +#ifndef ANDROID_WEBVIEW_BROWSER_AW_HTTP_AUTH_HANDLER_H_
|
| +#define ANDROID_WEBVIEW_BROWSER_AW_HTTP_AUTH_HANDLER_H_
|
|
|
| #include <jni.h>
|
| #include <string>
|
|
|
| -#include "android_webview/browser/aw_login_delegate.h"
|
| #include "android_webview/browser/aw_http_auth_handler_base.h"
|
| +#include "android_webview/browser/aw_login_delegate.h"
|
| #include "base/android/jni_android.h"
|
| #include "base/android/scoped_java_ref.h"
|
| #include "base/memory/ref_counted.h"
|
| @@ -54,4 +54,4 @@ bool RegisterAwHttpAuthHandler(JNIEnv* env);
|
|
|
| } // namespace android_webview
|
|
|
| -#endif // ANDROID_WEBVIEW_NATIVE_AW_HTTP_AUTH_HANDLER_H_
|
| +#endif // ANDROID_WEBVIEW_BROWSER_AW_HTTP_AUTH_HANDLER_H_
|
|
|