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

Unified Diff: Source/modules/screen_orientation/ScreenOrientationController.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/ScreenOrientationController.h
diff --git a/Source/modules/screen_orientation/ScreenOrientationController.h b/Source/modules/screen_orientation/ScreenOrientationController.h
index 7bbefe9ab30b7fac83c2052d65dfba009eea3f09..09a4c071a324842976c1fc2a23d37a593e3f2d25 100644
--- a/Source/modules/screen_orientation/ScreenOrientationController.h
+++ b/Source/modules/screen_orientation/ScreenOrientationController.h
@@ -15,7 +15,7 @@ namespace blink {
class WebScreenOrientationClient;
}
-namespace WebCore {
+namespace blink {
class FrameView;
class ScreenOrientation;
@@ -59,6 +59,6 @@ private:
LocalFrame& m_frame;
};
-} // namespace WebCore
+} // namespace blink
#endif // ScreenOrientationController_h

Powered by Google App Engine
This is Rietveld 408576698