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

Unified Diff: remoting/client/plugin/pepper_client_logger.h

Issue 7262015: Conenct Chromoting plugin debug log to JS UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 9 years, 5 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
« no previous file with comments | « remoting/client/client_logger.cc ('k') | remoting/client/plugin/pepper_client_logger.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/plugin/pepper_client_logger.h
diff --git a/remoting/client/plugin/pepper_client_logger.h b/remoting/client/plugin/pepper_client_logger.h
index c953e71b725579ff61028787a098f244eb5652c7..98a3b42a90de1d114328fe16de2cad9b83869d9f 100644
--- a/remoting/client/plugin/pepper_client_logger.h
+++ b/remoting/client/plugin/pepper_client_logger.h
@@ -5,7 +5,7 @@
#ifndef REMOTING_CLIENT_PLUGIN_PEPPER_CLIENT_LOGGER_H_
#define REMOTING_CLIENT_PLUGIN_PEPPER_CLIENT_LOGGER_H_
-#include "remoting/client/client_logger.h"
+#include "remoting/base/logger.h"
#include "base/task.h"
@@ -15,9 +15,9 @@ namespace remoting {
class ChromotingInstance;
-class PepperClientLogger : public ClientLogger {
+class PepperClientLogger : public Logger {
public:
- PepperClientLogger(ChromotingInstance* instance);
+ explicit PepperClientLogger(ChromotingInstance* instance);
virtual ~PepperClientLogger();
virtual void va_Log(logging::LogSeverity severity, const char* format,
« no previous file with comments | « remoting/client/client_logger.cc ('k') | remoting/client/plugin/pepper_client_logger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698