| Index: chrome/browser/ui/webui/chromeos/login/terms_of_service_screen_handler.h
|
| diff --git a/chrome/browser/ui/webui/chromeos/login/terms_of_service_screen_handler.h b/chrome/browser/ui/webui/chromeos/login/terms_of_service_screen_handler.h
|
| index 19e4e82b0937e2b3da2c0fd6df57f5e5110d1df1..5bbbacf30aa9fefc41ce3adb4d94d0dbb4e61aac 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/terms_of_service_screen_handler.h
|
| +++ b/chrome/browser/ui/webui/chromeos/login/terms_of_service_screen_handler.h
|
| @@ -12,10 +12,6 @@
|
| #include "chrome/browser/chromeos/login/screens/terms_of_service_screen_actor.h"
|
| #include "chrome/browser/ui/webui/chromeos/login/base_screen_handler.h"
|
|
|
| -namespace base {
|
| -class ListValue;
|
| -}
|
| -
|
| namespace chromeos {
|
|
|
| // The sole implementation of the TermsOfServiceScreenActor, using WebUI.
|
| @@ -53,11 +49,11 @@ class TermsOfServiceScreenHandler : public BaseScreenHandler,
|
|
|
| // Called when the user declines the Terms of Service by clicking the "back"
|
| // button.
|
| - void HandleBack(const base::ListValue* args);
|
| + void HandleBack();
|
|
|
| // Called when the user accepts the Terms of Service by clicking the "accept
|
| // and continue" button.
|
| - void HandleAccept(const base::ListValue* args);
|
| + void HandleAccept();
|
|
|
| TermsOfServiceScreenHandler::Delegate* screen_;
|
|
|
|
|