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

Unified Diff: chrome/browser/chromeos/login/screens/host_pairing_screen_view.cc

Issue 2700303002: cros: Unify oobe View/Actor naming to just View. (Closed)
Patch Set: Rebase 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: chrome/browser/chromeos/login/screens/host_pairing_screen_view.cc
diff --git a/chrome/browser/chromeos/login/screens/host_pairing_screen_actor.cc b/chrome/browser/chromeos/login/screens/host_pairing_screen_view.cc
similarity index 91%
rename from chrome/browser/chromeos/login/screens/host_pairing_screen_actor.cc
rename to chrome/browser/chromeos/login/screens/host_pairing_screen_view.cc
index 00b7ac41e934cbcc38ecb407bca2beec80329d37..daed366e88e3c9007c922162ec84725b1a5f4342 100644
--- a/chrome/browser/chromeos/login/screens/host_pairing_screen_actor.cc
+++ b/chrome/browser/chromeos/login/screens/host_pairing_screen_view.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 "chrome/browser/chromeos/login/screens/host_pairing_screen_actor.h"
+#include "chrome/browser/chromeos/login/screens/host_pairing_screen_view.h"
namespace chromeos {
@@ -30,10 +30,8 @@ const char kPagePairingDone[] = "pairing-done";
} // namespace host_pairing
-HostPairingScreenActor::HostPairingScreenActor() {
-}
+HostPairingScreenView::HostPairingScreenView() {}
-HostPairingScreenActor::~HostPairingScreenActor() {
-}
+HostPairingScreenView::~HostPairingScreenView() {}
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698