| Index: remoting/host/desktop_resizer_mac.cc
|
| diff --git a/remoting/host/desktop_resizer_mac.cc b/remoting/host/desktop_resizer_mac.cc
|
| index 0cec2a907d9e17ea255ad6495c45c9c2a549277f..2d825d1c36f8b1d6971a6c83041e0cbb5f42e028 100644
|
| --- a/remoting/host/desktop_resizer_mac.cc
|
| +++ b/remoting/host/desktop_resizer_mac.cc
|
| @@ -7,10 +7,10 @@
|
| #include <Carbon/Carbon.h>
|
|
|
| #include "base/basictypes.h"
|
| -#include "base/logging.h"
|
| #include "base/mac/foundation_util.h"
|
| #include "base/mac/mac_util.h"
|
| #include "base/mac/scoped_cftyperef.h"
|
| +#include "remoting/base/logging.h"
|
|
|
| namespace {
|
| // TODO(jamiewalch): Use the correct DPI for the mode: http://crbug.com/172405.
|
| @@ -104,7 +104,7 @@ void DesktopResizerMac::SetResolution(const ScreenResolution& resolution) {
|
| }
|
| }
|
| if (best_mode) {
|
| - LOG(INFO) << "Changing mode to " << best_mode << " ("
|
| + LOG_INFO << "Changing mode to " << best_mode << " ("
|
| << resolution.dimensions().width() << "x"
|
| << "x" << resolution.dimensions().height() << "x"
|
| << best_depth << " @ "
|
|
|