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

Unified Diff: content/renderer/navigation_state_impl.h

Issue 1547073003: Switch to standard integer types in content/renderer/. (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
Index: content/renderer/navigation_state_impl.h
diff --git a/content/renderer/navigation_state_impl.h b/content/renderer/navigation_state_impl.h
index 07b7688155ee3a2ccff2b5b0e3bb55db389e6028..0a7d772a2980e09031896416b8cad60554abc33f 100644
--- a/content/renderer/navigation_state_impl.h
+++ b/content/renderer/navigation_state_impl.h
@@ -7,6 +7,7 @@
#include <string>
+#include "base/macros.h"
#include "content/common/navigation_params.h"
#include "content/public/renderer/navigation_state.h"

Powered by Google App Engine
This is Rietveld 408576698