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

Unified Diff: components/copresence/public/copresence_manager.h

Issue 1546143002: Switch to standard integer types in components/, part 1 of 4. (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 | « components/copresence/handlers/gcm_handler_impl.h ('k') | components/copresence/rpc/rpc_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/copresence/public/copresence_manager.h
diff --git a/components/copresence/public/copresence_manager.h b/components/copresence/public/copresence_manager.h
index d08ba49df87b97693f561315c70526ad14d2db1f..0807f22c8f8bc41ab2f4965b6515bb9fd8649ea9 100644
--- a/components/copresence/public/copresence_manager.h
+++ b/components/copresence/public/copresence_manager.h
@@ -7,6 +7,7 @@
#include <string>
+#include "base/macros.h"
#include "components/copresence/public/copresence_delegate.h"
namespace copresence {
« no previous file with comments | « components/copresence/handlers/gcm_handler_impl.h ('k') | components/copresence/rpc/rpc_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698