| Index: Source/platform/PlatformScreen.h
|
| diff --git a/Source/platform/PlatformScreen.h b/Source/platform/PlatformScreen.h
|
| index 5408e4b2144ea369013861dbc37fa0af6aafb81b..fe2596a217f1d6a873ea74c8f080d0661b8e9fb0 100644
|
| --- a/Source/platform/PlatformScreen.h
|
| +++ b/Source/platform/PlatformScreen.h
|
| @@ -33,7 +33,7 @@
|
|
|
| typedef WTF::Vector<char> ColorProfile;
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class FloatRect;
|
| class Widget;
|
| @@ -49,6 +49,6 @@ PLATFORM_EXPORT void screenColorProfile(ColorProfile&);
|
| PLATFORM_EXPORT uint16_t screenOrientationAngle(Widget*);
|
| PLATFORM_EXPORT blink::WebScreenOrientationType screenOrientationType(Widget*);
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // PlatformScreen_h
|
|
|