| Index: android_webview/native/aw_http_auth_handler.h
|
| diff --git a/android_webview/native/aw_http_auth_handler.h b/android_webview/native/aw_http_auth_handler.h
|
| index cfc99ddafa72d335099c3edc8cf7792ebbe926b3..c063702a3e58def6fe250c200113044bb8147ed0 100644
|
| --- a/android_webview/native/aw_http_auth_handler.h
|
| +++ b/android_webview/native/aw_http_auth_handler.h
|
| @@ -35,7 +35,7 @@ class AwHttpAuthHandler : public AwHttpAuthHandlerBase {
|
| virtual ~AwHttpAuthHandler();
|
|
|
| // from AwHttpAuthHandler
|
| - virtual bool HandleOnUIThread(content::WebContents* web_contents) OVERRIDE;
|
| + virtual bool HandleOnUIThread(content::WebContents* web_contents) override;
|
|
|
| void Proceed(JNIEnv* env, jobject obj, jstring username, jstring password);
|
| void Cancel(JNIEnv* env, jobject obj);
|
|
|