| Index: Source/modules/device_orientation/DeviceOrientationInspectorAgent.h
|
| diff --git a/Source/modules/device_orientation/DeviceOrientationInspectorAgent.h b/Source/modules/device_orientation/DeviceOrientationInspectorAgent.h
|
| index a77363f055d86bc064a0477880f27cda4269ba12..53b578972eb9a67396ddd04af81d48da0f3647f5 100644
|
| --- a/Source/modules/device_orientation/DeviceOrientationInspectorAgent.h
|
| +++ b/Source/modules/device_orientation/DeviceOrientationInspectorAgent.h
|
| @@ -8,7 +8,7 @@
|
| #include "core/inspector/InspectorBaseAgent.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class DeviceOrientationController;
|
| class Page;
|
| @@ -37,7 +37,7 @@ private:
|
| Page& m_page;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
|
|
| #endif // !defined(DeviceOrientationInspectorAgent_h)
|
|
|