| 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
|
|
|