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

Unified Diff: remoting/base/scoped_sc_handle_win.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/base/running_average_unittest.cc ('k') | remoting/base/service_urls.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/scoped_sc_handle_win.h
diff --git a/remoting/base/scoped_sc_handle_win.h b/remoting/base/scoped_sc_handle_win.h
index 69cd56963f60c9d8fe8f434756624ce76e5a6dfc..c15d47725638627bd07d2c602e6a9bcda991f5cc 100644
--- a/remoting/base/scoped_sc_handle_win.h
+++ b/remoting/base/scoped_sc_handle_win.h
@@ -7,6 +7,7 @@
#include <windows.h>
+#include "base/macros.h"
#include "base/win/scoped_handle.h"
namespace remoting {
« no previous file with comments | « remoting/base/running_average_unittest.cc ('k') | remoting/base/service_urls.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698