Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2028)

Unified Diff: Source/platform/PlatformScreen.h

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/PlatformMouseEvent.h ('k') | Source/platform/PlatformScreen.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/platform/PlatformMouseEvent.h ('k') | Source/platform/PlatformScreen.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698