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

Unified Diff: ios/chrome/browser/sessions/ios_chrome_session_tab_helper.h

Issue 1544743002: Switch to standard integer types in ios/. (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: ios/chrome/browser/sessions/ios_chrome_session_tab_helper.h
diff --git a/ios/chrome/browser/sessions/ios_chrome_session_tab_helper.h b/ios/chrome/browser/sessions/ios_chrome_session_tab_helper.h
index fced70e7fa04de170fd0ccc47591a98f96ece100..d6f6f355d195df2c32e59dee0917874d28f9ab19 100644
--- a/ios/chrome/browser/sessions/ios_chrome_session_tab_helper.h
+++ b/ios/chrome/browser/sessions/ios_chrome_session_tab_helper.h
@@ -5,7 +5,7 @@
#ifndef IOS_CHROME_BROWSER_SESSIONS_IOS_CHROME_SESSION_TAB_HELPER_H_
#define IOS_CHROME_BROWSER_SESSIONS_IOS_CHROME_SESSION_TAB_HELPER_H_
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "components/sessions/core/session_id.h"
#include "ios/web/public/web_state/web_state_user_data.h"

Powered by Google App Engine
This is Rietveld 408576698