Index: Source/platform/Theme.h |
diff --git a/Source/platform/Theme.h b/Source/platform/Theme.h |
index 50a21a6a0a491b7702cd27fcbf04d4c5ac1dc3c1..041b827ede426bd408ec032575872136d8b25166 100644 |
--- a/Source/platform/Theme.h |
+++ b/Source/platform/Theme.h |
@@ -35,7 +35,7 @@ |
#include "platform/graphics/Color.h" |
#include "wtf/Forward.h" |
-namespace WebCore { |
+namespace blink { |
class GraphicsContext; |
class ScrollView; |
@@ -109,6 +109,6 @@ private: |
PLATFORM_EXPORT Theme* platformTheme(); |
-} // namespace WebCore |
+} // namespace blink |
#endif // Theme_h |