Index: remoting/signaling/chromoting_event_log_writer.h |
diff --git a/remoting/signaling/chromoting_event_log_writer.h b/remoting/signaling/chromoting_event_log_writer.h |
deleted file mode 100644 |
index 62422e79260f6f91ec140b58ef73b38754a2233a..0000000000000000000000000000000000000000 |
--- a/remoting/signaling/chromoting_event_log_writer.h |
+++ /dev/null |
@@ -1,23 +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. |
- |
-#ifndef REMOTING_SIGNALING_CHROMOTING_EVENT_LOG_WRITER_H_ |
-#define REMOTING_SIGNALING_CHROMOTING_EVENT_LOG_WRITER_H_ |
- |
-namespace remoting { |
- |
-class ChromotingEvent; |
- |
-class ChromotingEventLogWriter { |
- public: |
- virtual ~ChromotingEventLogWriter() {}; |
- |
- virtual void SetAuthToken(const std::string& auth_token) = 0; |
- virtual void SetAuthClosure(const base::Closure& closure) = 0; |
- virtual void Log(const ChromotingEvent& entry) = 0; |
-}; |
- |
-} // namespace remoting |
- |
-#endif // REMOTING_SIGNALING_CHROMOTING_EVENT_LOG_WRITER_H_ |