Index: content/shell/test_runner/mock_screen_orientation_client.cc |
diff --git a/components/test_runner/mock_screen_orientation_client.cc b/content/shell/test_runner/mock_screen_orientation_client.cc |
similarity index 97% |
rename from components/test_runner/mock_screen_orientation_client.cc |
rename to content/shell/test_runner/mock_screen_orientation_client.cc |
index 72e60b47532278f716cb361a691948ebf8956ca3..99cac4df125092eba213a27a3c64c69139739f04 100644 |
--- a/components/test_runner/mock_screen_orientation_client.cc |
+++ b/content/shell/test_runner/mock_screen_orientation_client.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 "components/test_runner/mock_screen_orientation_client.h" |
+#include "content/shell/test_runner/mock_screen_orientation_client.h" |
#include <memory> |
@@ -19,11 +19,9 @@ MockScreenOrientationClient::MockScreenOrientationClient() |
current_lock_(blink::WebScreenOrientationLockDefault), |
device_orientation_(blink::WebScreenOrientationPortraitPrimary), |
current_orientation_(blink::WebScreenOrientationPortraitPrimary), |
- is_disabled_(false) { |
-} |
+ is_disabled_(false) {} |
-MockScreenOrientationClient::~MockScreenOrientationClient() { |
-} |
+MockScreenOrientationClient::~MockScreenOrientationClient() {} |
void MockScreenOrientationClient::ResetData() { |
current_lock_ = blink::WebScreenOrientationLockDefault; |