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

Unified Diff: Source/modules/screen_orientation/ScreenOrientation.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/ScreenOrientation.h
diff --git a/Source/modules/screen_orientation/ScreenOrientation.h b/Source/modules/screen_orientation/ScreenOrientation.h
index 059890ad6d48c4bd40eb3cd95f0a0a634a285888..77ede116981a9db7c98245c16e18f6ecab8d38ed 100644
--- a/Source/modules/screen_orientation/ScreenOrientation.h
+++ b/Source/modules/screen_orientation/ScreenOrientation.h
@@ -13,7 +13,7 @@
#include "wtf/text/AtomicString.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
class ExecutionContext;
class LocalFrame;
@@ -61,6 +61,6 @@ private:
unsigned short m_angle;
};
-} // namespace WebCore
+} // namespace blink
#endif // ScreenOrientation_h
« no previous file with comments | « Source/modules/screen_orientation/LockOrientationCallback.cpp ('k') | Source/modules/screen_orientation/ScreenOrientation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698