| Index: content/components/web_contents_delegate_android/web_contents_delegate_android.h
|
| diff --git a/chrome/browser/component/web_contents_delegate_android/web_contents_delegate_android.h b/content/components/web_contents_delegate_android/web_contents_delegate_android.h
|
| similarity index 98%
|
| rename from chrome/browser/component/web_contents_delegate_android/web_contents_delegate_android.h
|
| rename to content/components/web_contents_delegate_android/web_contents_delegate_android.h
|
| index 52e0e25bcce11af0357bea5793ae6a1945eab794..6b41669ba93ffc069de24d61f7f88dd2d009432f 100644
|
| --- a/chrome/browser/component/web_contents_delegate_android/web_contents_delegate_android.h
|
| +++ b/content/components/web_contents_delegate_android/web_contents_delegate_android.h
|
| @@ -23,9 +23,6 @@ class RenderViewHost;
|
| class WebContents;
|
| class WebContentsObserver;
|
| struct NativeWebKeyboardEvent;
|
| -}
|
| -
|
| -namespace web_contents_delegate_android {
|
|
|
| enum WebContentsDelegateLogLevel {
|
| // Equivalent of WebCore::WebConsoleMessage::LevelTip.
|
| @@ -105,6 +102,6 @@ class WebContentsDelegateAndroid : public content::WebContentsDelegate {
|
|
|
| bool RegisterWebContentsDelegateAndroid(JNIEnv* env);
|
|
|
| -} // namespace web_contents_delegate_android
|
| +} // namespace content
|
|
|
| #endif // CHROME_BROWSER_COMPONENT_WEB_CONTENTS_DELEGATE_ANDROID_WEB_CONTENTS_DELEGATE_ANDROID_H_
|
|
|