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

Unified Diff: base/ios/scoped_critical_action.h

Issue 1538743002: Switch to standard integer types in base/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DEPS roll too 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 | « base/ios/ios_util.mm ('k') | base/ios/weak_nsobject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/ios/scoped_critical_action.h
diff --git a/base/ios/scoped_critical_action.h b/base/ios/scoped_critical_action.h
index 803d587517618506cc682d9bc2758ad4a3cf8a59..61c471e2d259673069eafe956f57ee8e1591a0e7 100644
--- a/base/ios/scoped_critical_action.h
+++ b/base/ios/scoped_critical_action.h
@@ -5,6 +5,7 @@
#ifndef BASE_IOS_SCOPED_CRITICAL_ACTION_H_
#define BASE_IOS_SCOPED_CRITICAL_ACTION_H_
+#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/synchronization/lock.h"
« no previous file with comments | « base/ios/ios_util.mm ('k') | base/ios/weak_nsobject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698