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

Unified Diff: remoting/host/chromeos/message_box.h

Issue 1547473005: Switch to standard integer types in remoting/host/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/host/chromeos/clipboard_aura_unittest.cc ('k') | remoting/host/chromeos/message_box.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/chromeos/message_box.h
diff --git a/remoting/host/chromeos/message_box.h b/remoting/host/chromeos/message_box.h
index 2ff6c526970adf1474554537e0fdca9e6f6c2cd0..1d922c0bc597b6d71788835254ba1d685e1b4b76 100644
--- a/remoting/host/chromeos/message_box.h
+++ b/remoting/host/chromeos/message_box.h
@@ -6,6 +6,7 @@
#define REMOTING_HOST_CHROMEOS_MESSAGE_BOX_H_
#include "base/callback_helpers.h"
+#include "base/macros.h"
#include "base/strings/string16.h"
#include "base/threading/thread_checker.h"
« no previous file with comments | « remoting/host/chromeos/clipboard_aura_unittest.cc ('k') | remoting/host/chromeos/message_box.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698