| Index: public/platform/WebDeviceOrientationListener.h
|
| diff --git a/public/platform/WebDeviceOrientationListener.h b/public/platform/WebDeviceOrientationListener.h
|
| index 6a55ec638fbf84ef29f0bce8e2b7bd832ee2a577..0acfab690896b73140cd0580d0dff366a62d1da4 100644
|
| --- a/public/platform/WebDeviceOrientationListener.h
|
| +++ b/public/platform/WebDeviceOrientationListener.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef WebDeviceOrientationListener_h
|
| #define WebDeviceOrientationListener_h
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebDeviceOrientationData;
|
|
|
| @@ -41,6 +41,6 @@ public:
|
| virtual void didChangeDeviceOrientation(const WebDeviceOrientationData&) = 0;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebDeviceOrientationListener_h
|
|
|