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

Unified Diff: chrome/common/ref_counted_util.h

Issue 1548153002: Switch to standard integer types in chrome/. (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
« no previous file with comments | « chrome/common/profiling.cc ('k') | chrome/common/render_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/ref_counted_util.h
diff --git a/chrome/common/ref_counted_util.h b/chrome/common/ref_counted_util.h
index a59f3c5b72d9702b16992922fbdbfdcf04003db8..b8dd6e0680a0f0c5b1f2cd550527cf21c8d44179 100644
--- a/chrome/common/ref_counted_util.h
+++ b/chrome/common/ref_counted_util.h
@@ -5,9 +5,11 @@
#ifndef CHROME_COMMON_REF_COUNTED_UTIL_H__
#define CHROME_COMMON_REF_COUNTED_UTIL_H__
-#include "base/memory/ref_counted.h"
#include <vector>
+#include "base/macros.h"
+#include "base/memory/ref_counted.h"
+
// RefCountedVector is just a vector wrapped up with
// RefCountedThreadSafe.
template<class T>
« no previous file with comments | « chrome/common/profiling.cc ('k') | chrome/common/render_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698