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

Unified Diff: remoting/host/it2me/it2me_confirmation_dialog_chromeos.cc

Issue 2372833002: Removing It2MeConfirmationDialogFactory (Closed)
Patch Set: Cleaning up formatting 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
Index: remoting/host/it2me/it2me_confirmation_dialog_chromeos.cc
diff --git a/remoting/host/it2me/it2me_confirmation_dialog_chromeos.cc b/remoting/host/it2me/it2me_confirmation_dialog_chromeos.cc
index 78468bea16310c7de3b43f9ae9a214006f35bf6b..2e3979deebb99aeb24a8c3a3d6141c649159e86a 100644
--- a/remoting/host/it2me/it2me_confirmation_dialog_chromeos.cc
+++ b/remoting/host/it2me/it2me_confirmation_dialog_chromeos.cc
@@ -68,8 +68,7 @@ void It2MeConfirmationDialogChromeOS::OnMessageBoxResult(
Result::OK : Result::CANCEL);
}
-std::unique_ptr<It2MeConfirmationDialog>
-It2MeConfirmationDialogFactory::Create() {
+std::unique_ptr<It2MeConfirmationDialog> It2MeConfirmationDialog::Create() {
Sergey Ulanov 2016/09/27 17:48:40 add "// static" on the line above to make it clear
joedow 2016/09/27 20:05:38 Done.
return base::MakeUnique<It2MeConfirmationDialogChromeOS>();
}

Powered by Google App Engine
This is Rietveld 408576698