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

Unified Diff: Source/modules/screen_orientation/ScreenOrientationController.cpp

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/ScreenOrientationController.cpp
diff --git a/Source/modules/screen_orientation/ScreenOrientationController.cpp b/Source/modules/screen_orientation/ScreenOrientationController.cpp
index 0e1520d5e3d921f0d0ff7dd9954f2811c033780a..1461243aa512e72f31caf0fc6b47915e0f9b0bd1 100644
--- a/Source/modules/screen_orientation/ScreenOrientationController.cpp
+++ b/Source/modules/screen_orientation/ScreenOrientationController.cpp
@@ -14,7 +14,7 @@
#include "platform/PlatformScreen.h"
#include "public/platform/WebScreenOrientationClient.h"
-namespace WebCore {
+namespace blink {
ScreenOrientationController::~ScreenOrientationController()
{
@@ -176,4 +176,4 @@ void ScreenOrientationController::trace(Visitor* visitor)
WillBeHeapSupplement<LocalFrame>::trace(visitor);
}
-} // namespace WebCore
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698