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

Unified Diff: ios/chrome/browser/first_run/first_run.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/first_run/first_run.h
diff --git a/ios/chrome/browser/first_run/first_run.h b/ios/chrome/browser/first_run/first_run.h
index 9faf6f294713c39d262c7ae8e96b93240cf20416..890344522c59d4605d764b8ef8509a39bdeedc3b 100644
--- a/ios/chrome/browser/first_run/first_run.h
+++ b/ios/chrome/browser/first_run/first_run.h
@@ -7,7 +7,7 @@
#ifndef IOS_CHROME_BROWSER_FIRST_RUN_FIRST_RUN_H_
#define IOS_CHROME_BROWSER_FIRST_RUN_FIRST_RUN_H_
-#include "base/basictypes.h"
+#include "base/macros.h"
namespace base {
class FilePath;
« no previous file with comments | « ios/chrome/browser/favicon/large_icon_cache_unittest.cc ('k') | ios/chrome/browser/geolocation/CLLocation+XGeoHeader.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698