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

Unified Diff: extensions/browser/api/cast_channel/cast_auth_ica.h

Issue 1549643002: Switch to standard integer types in extensions/browser/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clean
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
Index: extensions/browser/api/cast_channel/cast_auth_ica.h
diff --git a/extensions/browser/api/cast_channel/cast_auth_ica.h b/extensions/browser/api/cast_channel/cast_auth_ica.h
index b5471cba3d93b289a053c5bb0d1e94cc55acf0bd..ec51f66c9ee7fff0086a777a69f9c516a6b6821e 100644
--- a/extensions/browser/api/cast_channel/cast_auth_ica.h
+++ b/extensions/browser/api/cast_channel/cast_auth_ica.h
@@ -10,6 +10,7 @@
#include <map>
#include <string>
+#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "base/strings/string_piece.h"
#include "net/base/hash_value.h"
« no previous file with comments | « extensions/browser/api/capture_web_contents_function.h ('k') | extensions/browser/api/cast_channel/cast_auth_ica.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698