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

Unified Diff: Source/platform/PlatformScreen.h

Issue 467193002: Cleanup namespace usage in Source/core/platform/[A-Z]*.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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/PODRedBlackTree.h ('k') | Source/platform/PurgeableVector.h » ('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 fe2596a217f1d6a873ea74c8f080d0661b8e9fb0..7f5a203194b7d05f5d57e229eb5964bf39277c89 100644
--- a/Source/platform/PlatformScreen.h
+++ b/Source/platform/PlatformScreen.h
@@ -47,7 +47,7 @@ PLATFORM_EXPORT FloatRect screenAvailableRect(Widget*);
PLATFORM_EXPORT void screenColorProfile(ColorProfile&);
PLATFORM_EXPORT uint16_t screenOrientationAngle(Widget*);
-PLATFORM_EXPORT blink::WebScreenOrientationType screenOrientationType(Widget*);
+PLATFORM_EXPORT WebScreenOrientationType screenOrientationType(Widget*);
} // namespace blink
« no previous file with comments | « Source/platform/PODRedBlackTree.h ('k') | Source/platform/PurgeableVector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698