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

Unified Diff: remoting/client/touch_input_scaler.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/client/token_fetcher_proxy.h ('k') | remoting/client/touch_input_scaler_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/touch_input_scaler.h
diff --git a/remoting/client/touch_input_scaler.h b/remoting/client/touch_input_scaler.h
index b9c93e8f12eea1b53ae8d37fea852e2d66376695..290309f9bfe549aca40cb0eb953e97bddc9b8287 100644
--- a/remoting/client/touch_input_scaler.h
+++ b/remoting/client/touch_input_scaler.h
@@ -5,6 +5,7 @@
#ifndef REMOTING_CLIENT_TOUCH_INPUT_SCALER_H_
#define REMOTING_CLIENT_TOUCH_INPUT_SCALER_H_
+#include "base/macros.h"
#include "remoting/protocol/input_filter.h"
#include "third_party/webrtc/modules/desktop_capture/desktop_geometry.h"
« no previous file with comments | « remoting/client/token_fetcher_proxy.h ('k') | remoting/client/touch_input_scaler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698