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

Unified Diff: remoting/client/frame_consumer.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/empty_cursor_filter.cc ('k') | remoting/client/jni/android_keymap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/frame_consumer.h
diff --git a/remoting/client/frame_consumer.h b/remoting/client/frame_consumer.h
index f3203561638f9fe56209fe97a4334c0550d5dfeb..792d2f6f22df6ed1ca76f8916242e79d349d8847 100644
--- a/remoting/client/frame_consumer.h
+++ b/remoting/client/frame_consumer.h
@@ -5,7 +5,7 @@
#ifndef REMOTING_CLIENT_FRAME_CONSUMER_H_
#define REMOTING_CLIENT_FRAME_CONSUMER_H_
-#include "base/basictypes.h"
+#include "base/macros.h"
namespace webrtc {
class DesktopFrame;
« no previous file with comments | « remoting/client/empty_cursor_filter.cc ('k') | remoting/client/jni/android_keymap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698