Index: public/platform/WebScreenOrientationListener.h |
diff --git a/public/platform/WebScreenOrientationListener.h b/public/platform/WebScreenOrientationListener.h |
index 48d1c64c7b132f47e83f4e50a92e1e9270917b4b..0f9586b0980641b9d00f4d190122166938f4d3e7 100644 |
--- a/public/platform/WebScreenOrientationListener.h |
+++ b/public/platform/WebScreenOrientationListener.h |
@@ -5,7 +5,7 @@ |
#ifndef WebScreenOrientationListener_h |
#define WebScreenOrientationListener_h |
-#include "WebScreenOrientation.h" |
+#include "WebScreenOrientationType.h" |
namespace blink { |
@@ -14,7 +14,7 @@ public: |
virtual ~WebScreenOrientationListener() { } |
// This method is called every time the screen orientation changes. |
- virtual void didChangeScreenOrientation(WebScreenOrientation) = 0; |
+ virtual void didChangeScreenOrientation(WebScreenOrientationType) = 0; |
}; |
} // namespace blink |