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

Unified Diff: remoting/signaling/log_to_server.h

Issue 1542203002: Switch to standard integer types in remoting/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@int-remoting-host
Patch Set: Created 5 years 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
« no previous file with comments | « remoting/signaling/jingle_info_request.h ('k') | remoting/signaling/push_notification_subscriber.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/signaling/log_to_server.h
diff --git a/remoting/signaling/log_to_server.h b/remoting/signaling/log_to_server.h
index fd03235881daacdca2868ee36fbbbd5f013ce1ed..ca46a8efcc4b7567d522b264c17751130728e313 100644
--- a/remoting/signaling/log_to_server.h
+++ b/remoting/signaling/log_to_server.h
@@ -9,6 +9,7 @@
#include <map>
#include <string>
+#include "base/macros.h"
#include "base/threading/non_thread_safe.h"
#include "remoting/signaling/server_log_entry.h"
#include "remoting/signaling/signal_strategy.h"
« no previous file with comments | « remoting/signaling/jingle_info_request.h ('k') | remoting/signaling/push_notification_subscriber.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698