Index: remoting/host/setup/oauth_client.cc |
diff --git a/remoting/host/setup/oauth_client.cc b/remoting/host/setup/oauth_client.cc |
index 9de07238c5b70fb25b367b2d3d3a6083f5ebf599..74a6bfe0b086f2e96a60deeef79d9b89cfd1f673 100644 |
--- a/remoting/host/setup/oauth_client.cc |
+++ b/remoting/host/setup/oauth_client.cc |
@@ -4,6 +4,8 @@ |
#include "remoting/host/setup/oauth_client.h" |
+#include "base/logging.h" |
+ |
namespace { |
const int kMaxGaiaRetries = 3; |
} // namespace |