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

Unified Diff: Source/modules/screen_orientation/LockOrientationCallback.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/LockOrientationCallback.cpp
diff --git a/Source/modules/screen_orientation/LockOrientationCallback.cpp b/Source/modules/screen_orientation/LockOrientationCallback.cpp
index 1d6d58d953ba2cd251bd4bb34d4eaef003d29612..f2e3753185e0c14ceeba190f31351668c2c004e2 100644
--- a/Source/modules/screen_orientation/LockOrientationCallback.cpp
+++ b/Source/modules/screen_orientation/LockOrientationCallback.cpp
@@ -10,7 +10,7 @@
#include "core/dom/ExceptionCode.h"
#include "modules/screen_orientation/ScreenOrientation.h"
-namespace WebCore {
+namespace blink {
LockOrientationCallback::LockOrientationCallback(PassRefPtr<ScriptPromiseResolver> resolver)
: m_resolver(resolver)
@@ -49,4 +49,4 @@ void LockOrientationCallback::onError(blink::WebLockOrientationError error)
m_resolver->reject(DOMException::create(code, msg));
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/screen_orientation/LockOrientationCallback.h ('k') | Source/modules/screen_orientation/ScreenOrientation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698