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

Unified Diff: base/scoped_temp_dir.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/scoped_native_library.cc ('k') | base/sha1_portable.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/scoped_temp_dir.cc
diff --git a/base/scoped_temp_dir.cc b/base/scoped_temp_dir.cc
index 000ed0a5dc4908257b4d3a5d5dedab68b1926e9e..738308287d8103bba3ffde3c0f16eba5978c01d4 100644
--- a/base/scoped_temp_dir.cc
+++ b/base/scoped_temp_dir.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/scoped_temp_dir.h"
-
+#include "base/file_path.h"
#include "base/file_util.h"
#include "base/logging.h"
+#include "base/scoped_temp_dir.h"
ScopedTempDir::ScopedTempDir() {
}
« no previous file with comments | « base/scoped_native_library.cc ('k') | base/sha1_portable.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698