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

Unified Diff: Source/modules/screen_orientation/ScreenScreenOrientation.h

Issue 403013002: Rename WebCore to blink in Modules (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
Index: Source/modules/screen_orientation/ScreenScreenOrientation.h
diff --git a/Source/modules/screen_orientation/ScreenScreenOrientation.h b/Source/modules/screen_orientation/ScreenScreenOrientation.h
index b8c442e5714af58798585f3e35f1ff1cb85288ce..9c04795397ea35d8f2bc7cdc7d3611309962f048 100644
--- a/Source/modules/screen_orientation/ScreenScreenOrientation.h
+++ b/Source/modules/screen_orientation/ScreenScreenOrientation.h
@@ -7,7 +7,7 @@
#include "platform/Supplementable.h"
-namespace WebCore {
+namespace blink {
class ScreenOrientation;
class Screen;
@@ -31,6 +31,6 @@ private:
PersistentWillBeMember<ScreenOrientation> m_orientation;
};
-} // namespace WebCore
+} // namespace blink
#endif // ScreenScreenOrientation_h

Powered by Google App Engine
This is Rietveld 408576698