Index: content/renderer/screen_orientation/screen_orientation_dispatcher_unittest.cc |
diff --git a/content/renderer/screen_orientation/screen_orientation_dispatcher_unittest.cc b/content/renderer/screen_orientation/screen_orientation_dispatcher_unittest.cc |
index 355c7f631d70930ac4292cce566311f2bab2ae64..afaef3a73de3286913a66a77cb67613f386ec178 100644 |
--- a/content/renderer/screen_orientation/screen_orientation_dispatcher_unittest.cc |
+++ b/content/renderer/screen_orientation/screen_orientation_dispatcher_unittest.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "screen_orientation_dispatcher.h" |
+#include "content/renderer/screen_orientation/screen_orientation_dispatcher.h" |
#include <list> |
@@ -23,8 +23,7 @@ namespace content { |
// callback is resolved, it will be killed so we use the |
// LockOrientationResultHolder to know in which state the callback object is at |
// any time. |
-class MockLockOrientationCallback : |
- public blink::WebLockOrientationCallback { |
+class MockLockOrientationCallback : public blink::WebLockOrientationCallback { |
public: |
struct LockOrientationResultHolder { |
LockOrientationResultHolder() |