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

Unified Diff: base/ref_counted_memory.cc

Issue 6410105: run iwyu on base! Base URL: svn://svn.chromium.org/chrome/trunk/src/base
Patch Set: Created 9 years, 10 months 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/ref_counted.cc ('k') | base/safe_strerror_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/ref_counted_memory.cc
diff --git a/base/ref_counted_memory.cc b/base/ref_counted_memory.cc
index dc244b93bce5d974fc7225e0a8de5574246addd2..ce6878eedaf3977cbaf62dfcae3031c0d7a9a2d3 100644
--- a/base/ref_counted_memory.cc
+++ b/base/ref_counted_memory.cc
@@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include <stddef.h>
+#include <vector>
+
#include "base/ref_counted_memory.h"
RefCountedMemory::RefCountedMemory() {
« no previous file with comments | « base/ref_counted.cc ('k') | base/safe_strerror_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698