Index: public/platform/win/WebSandboxSupport.h |
diff --git a/public/platform/win/WebSandboxSupport.h b/public/platform/win/WebSandboxSupport.h |
index 3522c72841dd51a3ac6ee8931d382496fae82cfa..88afb5c69165688849e20c08b9958368cbd75467 100644 |
--- a/public/platform/win/WebSandboxSupport.h |
+++ b/public/platform/win/WebSandboxSupport.h |
@@ -33,7 +33,7 @@ |
typedef struct HFONT__* HFONT; |
-namespace WebKit { |
+namespace blink { |
// Put methods here that are required due to sandbox restrictions. |
class WebSandboxSupport { |
@@ -47,6 +47,6 @@ public: |
virtual bool ensureFontLoaded(HFONT) = 0; |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif |