| Index: remoting/host/it2me/it2me_confirmation_dialog.h
|
| diff --git a/remoting/host/it2me/it2me_confirmation_dialog.h b/remoting/host/it2me/it2me_confirmation_dialog.h
|
| index 57e266933445bee5c6c8a566023f191551a4bdfa..820679792ccdcb9ef684aeac63234c3c6d74b6cb 100644
|
| --- a/remoting/host/it2me/it2me_confirmation_dialog.h
|
| +++ b/remoting/host/it2me/it2me_confirmation_dialog.h
|
| @@ -6,11 +6,10 @@
|
| #define REMOTING_HOST_IT2ME_IT2ME_CONFIRMATION_DIALOG_H_
|
|
|
| #include <memory>
|
| +#include <string>
|
|
|
| #include "base/callback_forward.h"
|
| #include "base/macros.h"
|
| -#include "base/memory/ref_counted.h"
|
| -#include "base/single_thread_task_runner.h"
|
|
|
| namespace remoting {
|
|
|
| @@ -34,7 +33,7 @@ class It2MeConfirmationDialog {
|
| const ResultCallback& callback) = 0;
|
| };
|
|
|
| -// Used to create an platform specific instance of It2MeConfirmationDialog.
|
| +// Used to create a platform specific instance of It2MeConfirmationDialog.
|
| class It2MeConfirmationDialogFactory {
|
| public:
|
| It2MeConfirmationDialogFactory();
|
|
|