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

Unified Diff: remoting/client/client_status_logger.cc

Issue 976233003: Adding the base ChromotingInstance implementation and unittests. This class will be used by the ap… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing Release Build Break Created 5 years, 9 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
Index: remoting/client/client_status_logger.cc
diff --git a/remoting/client/client_status_logger.cc b/remoting/client/client_status_logger.cc
index 3fdfb560a091792c7acf3f0ad6a813d9f7d72fdd..40b4ecf0a58b4b3de578568baec19e4bf7f18de6 100644
--- a/remoting/client/client_status_logger.cc
+++ b/remoting/client/client_status_logger.cc
@@ -4,6 +4,7 @@
#include "remoting/client/client_status_logger.h"
+#include "base/logging.h"
#include "base/macros.h"
#include "base/rand_util.h"
#include "remoting/client/chromoting_stats.h"

Powered by Google App Engine
This is Rietveld 408576698