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

Unified Diff: remoting/base/chromoting_event_log_writer.h

Issue 1972793002: TelemetryLogWriter cleanups (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: client_telemetry_logger_unittest: remove unused includes Created 4 years, 7 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/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_

Powered by Google App Engine
This is Rietveld 408576698