| Index: remoting/base/chromoting_event_log_writer.h
|
| diff --git a/remoting/signaling/chromoting_event_log_writer.h b/remoting/base/chromoting_event_log_writer.h
|
| similarity index 68%
|
| rename from remoting/signaling/chromoting_event_log_writer.h
|
| rename to remoting/base/chromoting_event_log_writer.h
|
| index 62422e79260f6f91ec140b58ef73b38754a2233a..8bbb99a867db3583b1c1627727d4bb29c643004d 100644
|
| --- a/remoting/signaling/chromoting_event_log_writer.h
|
| +++ b/remoting/base/chromoting_event_log_writer.h
|
| @@ -2,8 +2,8 @@
|
| // 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_
|
| +#ifndef REMOTING_BASE_CHROMOTING_EVENT_LOG_WRITER_H_
|
| +#define REMOTING_BASE_CHROMOTING_EVENT_LOG_WRITER_H_
|
|
|
| namespace remoting {
|
|
|
| @@ -11,7 +11,7 @@ class ChromotingEvent;
|
|
|
| class ChromotingEventLogWriter {
|
| public:
|
| - virtual ~ChromotingEventLogWriter() {};
|
| + virtual ~ChromotingEventLogWriter(){};
|
|
|
| virtual void SetAuthToken(const std::string& auth_token) = 0;
|
| virtual void SetAuthClosure(const base::Closure& closure) = 0;
|
| @@ -20,4 +20,4 @@ class ChromotingEventLogWriter {
|
|
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_SIGNALING_CHROMOTING_EVENT_LOG_WRITER_H_
|
| +#endif // REMOTING_BASE_CHROMOTING_EVENT_LOG_WRITER_H_
|
|
|