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

Unified Diff: chrome/common/channel_info.h

Issue 1548153002: Switch to standard integer types in chrome/. (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 | « chrome/common/cast_messages.h ('k') | chrome/common/channel_info_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/channel_info.h
diff --git a/chrome/common/channel_info.h b/chrome/common/channel_info.h
index caa1b60d481b2b0d00e4994456a45596e570dc48..a63372253b4a8f11bcdb5e347348a02645206821 100644
--- a/chrome/common/channel_info.h
+++ b/chrome/common/channel_info.h
@@ -7,6 +7,8 @@
#include <string>
+#include "build/build_config.h"
+
namespace version_info {
enum class Channel;
}
« no previous file with comments | « chrome/common/cast_messages.h ('k') | chrome/common/channel_info_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698