Index: Source/platform/PlatformScreen.cpp |
diff --git a/Source/platform/PlatformScreen.cpp b/Source/platform/PlatformScreen.cpp |
index e7d50d70db3f269947cb5cd1e1da35d2bdd203e7..9a4ff65017c434984bacfe0a96de58a62a668cc0 100644 |
--- a/Source/platform/PlatformScreen.cpp |
+++ b/Source/platform/PlatformScreen.cpp |
@@ -36,7 +36,7 @@ |
#include "public/platform/Platform.h" |
#include "public/platform/WebScreenInfo.h" |
-namespace WebCore { |
+namespace blink { |
static HostWindow* toHostWindow(Widget* widget) |
{ |
@@ -111,4 +111,4 @@ void screenColorProfile(ColorProfile& toProfile) |
toProfile.append(profile.data(), profile.size()); |
} |
-} // namespace WebCore |
+} // namespace blink |