Index: remoting/host/simple_host_process.cc |
diff --git a/remoting/host/simple_host_process.cc b/remoting/host/simple_host_process.cc |
index 1f118e5bb2ae0f5c66affb9547e94ee487fe82a0..c0d6059ce3d7090aeaa0ed9bdb1b9aba3979cc95 100644 |
--- a/remoting/host/simple_host_process.cc |
+++ b/remoting/host/simple_host_process.cc |
@@ -34,7 +34,6 @@ |
#include "crypto/nss_util.h" |
#include "media/base/media.h" |
#include "remoting/base/constants.h" |
-#include "remoting/base/logger.h" |
#include "remoting/base/tracer.h" |
#include "remoting/host/capturer_fake.h" |
#include "remoting/host/chromoting_host.h" |
@@ -177,7 +176,6 @@ class SimpleHost { |
} |
// Construct a chromoting host. |
- logger_.reset(new remoting::Logger()); |
scoped_ptr<DesktopEnvironment> desktop_environment; |
if (fake_) { |
remoting::Capturer* capturer = |
@@ -256,8 +254,6 @@ class SimpleHost { |
return FilePath(home_path).Append(kDefaultConfigPath); |
} |
- scoped_ptr<remoting::Logger> logger_; |
- |
FilePath config_path_; |
bool fake_; |
bool is_it2me_; |