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

Unified Diff: remoting/host/it2me/it2me_confirmation_dialog.h

Issue 2326553003: Adding a Confirmation dialog for It2Me on Windows (Closed)
Patch Set: Addressing CR feedback Created 4 years, 3 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
« no previous file with comments | « remoting/host/it2me/BUILD.gn ('k') | remoting/host/it2me/it2me_confirmation_dialog.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « remoting/host/it2me/BUILD.gn ('k') | remoting/host/it2me/it2me_confirmation_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698