| Index: chrome/browser/chromeos/login/screens/core_oobe_view.h
|
| diff --git a/chrome/browser/chromeos/login/screens/core_oobe_actor.h b/chrome/browser/chromeos/login/screens/core_oobe_view.h
|
| similarity index 87%
|
| rename from chrome/browser/chromeos/login/screens/core_oobe_actor.h
|
| rename to chrome/browser/chromeos/login/screens/core_oobe_view.h
|
| index 1200caa33321bbc1d8b4c1231d4e858060103eae..4b5a0f96c0ee9b33786758eda47a967ab1ee6f9b 100644
|
| --- a/chrome/browser/chromeos/login/screens/core_oobe_actor.h
|
| +++ b/chrome/browser/chromeos/login/screens/core_oobe_view.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_CORE_OOBE_ACTOR_H_
|
| -#define CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_CORE_OOBE_ACTOR_H_
|
| +#ifndef CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_CORE_OOBE_VIEW_H_
|
| +#define CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_CORE_OOBE_VIEW_H_
|
|
|
| #include <string>
|
|
|
| @@ -15,9 +15,9 @@ class DictionaryValue;
|
|
|
| namespace chromeos {
|
|
|
| -class CoreOobeActor {
|
| +class CoreOobeView {
|
| public:
|
| - virtual ~CoreOobeActor() {}
|
| + virtual ~CoreOobeView() {}
|
|
|
| virtual void ShowSignInError(int login_attempts,
|
| const std::string& error_text,
|
| @@ -49,4 +49,4 @@ class CoreOobeActor {
|
|
|
| } // namespace chromeos
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_CORE_OOBE_ACTOR_H_
|
| +#endif // CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_CORE_OOBE_VIEW_H_
|
|
|