Index: remoting/host/it2me/it2me_confirmation_dialog_android.cc |
diff --git a/remoting/host/it2me/it2me_confirmation_dialog_android.cc b/remoting/host/it2me/it2me_confirmation_dialog_android.cc |
deleted file mode 100644 |
index a482dcacab5888f1af46ecacff15fd3591f04c12..0000000000000000000000000000000000000000 |
--- a/remoting/host/it2me/it2me_confirmation_dialog_android.cc |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-// Copyright 2016 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#include "remoting/host/it2me/it2me_confirmation_dialog.h" |
- |
-#include <memory> |
- |
-#include "base/logging.h" |
- |
-namespace remoting { |
- |
-std::unique_ptr<It2MeConfirmationDialog> |
-It2MeConfirmationDialogFactory::Create() { |
- NOTREACHED(); |
- return nullptr; |
-} |
- |
-} // namespace remoting |