Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Unified Diff: content/components/web_contents_delegate_android/web_contents_delegate_android.h

Issue 11365199: Move WebContentsDelegateAndroid to content/components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698