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

Unified Diff: base/weak_ptr.cc

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

Powered by Google App Engine
This is Rietveld 408576698