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

Unified Diff: base/auto_reset.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/atomicops_internals_x86_msvc.h ('k') | base/base64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/auto_reset.h
diff --git a/base/auto_reset.h b/base/auto_reset.h
index a5bcfaae8a841af9be853dbc3f46752ee99f68b2..9116537bfb3c073f39bcd7f9bc484228f8b2437e 100644
--- a/base/auto_reset.h
+++ b/base/auto_reset.h
@@ -5,7 +5,7 @@
#ifndef BASE_AUTO_RESET_H_
#define BASE_AUTO_RESET_H_
-#include "base/basictypes.h"
+#include "base/macros.h"
// base::AutoReset<> is useful for setting a variable to a new value only within
// a particular scope. An base::AutoReset<> object resets a variable to its
« no previous file with comments | « base/atomicops_internals_x86_msvc.h ('k') | base/base64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698