| Index: components/web_contents_delegate_android/web_contents_delegate_android.h
|
| diff --git a/components/web_contents_delegate_android/web_contents_delegate_android.h b/components/web_contents_delegate_android/web_contents_delegate_android.h
|
| index a67a67c016ed7d07746c7a51808135ecde46d5b3..68bca15cf4493707dca80422d5d950370cd91258 100644
|
| --- a/components/web_contents_delegate_android/web_contents_delegate_android.h
|
| +++ b/components/web_contents_delegate_android/web_contents_delegate_android.h
|
| @@ -19,9 +19,9 @@ class WebContents;
|
| class WebContentsDelegate;
|
| struct NativeWebKeyboardEvent;
|
| struct OpenURLParams;
|
| -} // namespace content
|
| +}
|
|
|
| -namespace components {
|
| +namespace web_contents_delegate_android {
|
|
|
| enum WebContentsDelegateLogLevel {
|
| // Equivalent of WebCore::WebConsoleMessage::LevelDebug.
|
| @@ -107,6 +107,6 @@ class WebContentsDelegateAndroid : public content::WebContentsDelegate {
|
|
|
| bool RegisterWebContentsDelegateAndroid(JNIEnv* env);
|
|
|
| -} // namespace components
|
| +} // namespace web_contents_delegate_android
|
|
|
| #endif // COMPONENTS_WEB_CONTENTS_DELEGATE_ANDROID_WEB_CONTENTS_DELEGATE_ANDROID_H_
|
|
|