Index: public/platform/android/WebSandboxSupport.h |
diff --git a/public/platform/android/WebSandboxSupport.h b/public/platform/android/WebSandboxSupport.h |
index 3f39f195d36228c992599f610dcd04b893f40f7e..0d209223dd2f92008e225313d8b98149ea4dc28b 100644 |
--- a/public/platform/android/WebSandboxSupport.h |
+++ b/public/platform/android/WebSandboxSupport.h |
@@ -31,13 +31,13 @@ |
#ifndef WebSandboxSupport_h |
#define WebSandboxSupport_h |
-namespace WebKit { |
+namespace blink { |
// Empty class, as we need it to compile. |
class WebSandboxSupport { |
public: |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif |