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_ |