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

Unified Diff: base/at_exit.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 | « no previous file | base/base64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/at_exit.cc
diff --git a/base/at_exit.cc b/base/at_exit.cc
index e6618a02db86a34e41611dd0c8e513dea0826870..13ca2392176bbc598eb4548f874e4cb71d1d1812 100644
--- a/base/at_exit.cc
+++ b/base/at_exit.cc
@@ -2,8 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include <stddef.h>
+#include <stack>
+
#include "base/at_exit.h"
#include "base/logging.h"
+#include "base/synchronization/lock.h"
namespace base {
« no previous file with comments | « no previous file | base/base64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698