| 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,
|
|
|