Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2583)

Unified Diff: content/shell/test_runner/mock_screen_orientation_client.cc

Issue 2707183003: Move //components/test_runner back into //content/shell (Closed)
Patch Set: Trim DEPS Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698