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

Unified Diff: content/shell/android/shell_manager.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/shell/android/shell_manager.h
diff --git a/content/shell/android/shell_manager.h b/content/shell/android/shell_manager.h
index f5505435f5a233b20946fc324a1677d88a4fa020..6716251454924a0e02b9907bc5a7d9a35088398e 100644
--- a/content/shell/android/shell_manager.h
+++ b/content/shell/android/shell_manager.h
@@ -12,7 +12,7 @@
class Shell;
-namespace WebKit {
+namespace blink {
class WebLayer;
}
@@ -30,8 +30,8 @@ void CloseShellView(jobject shell_view);
// Registers the ShellManager native methods.
bool RegisterShellManager(JNIEnv* env);
-void ShellAttachLayer(WebKit::WebLayer* layer);
-void ShellRemoveLayer(WebKit::WebLayer* layer);
+void ShellAttachLayer(blink::WebLayer* layer);
+void ShellRemoveLayer(blink::WebLayer* layer);
} // namespace content
#endif // CONTENT_SHELL_ANDROID_SHELL_MANAGER_H_
« no previous file with comments | « content/renderer/websharedworker_proxy.cc ('k') | content/shell/browser/shell_web_contents_view_delegate_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698