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

Unified Diff: chrome/service/service_utility_process_host.h

Issue 11359217: Move scoped_temp_dir from base to base/files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/service/service_process_prefs_unittest.cc ('k') | chrome/service/service_utility_process_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/service_utility_process_host.h
diff --git a/chrome/service/service_utility_process_host.h b/chrome/service/service_utility_process_host.h
index a2d9b23ebcaa5034bc85c3f83159f29253df15b7..cf5079425dd00e84ce6c823d1215e9c6cabe3173 100644
--- a/chrome/service/service_utility_process_host.h
+++ b/chrome/service/service_utility_process_host.h
@@ -15,15 +15,15 @@
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "base/process.h"
-#include "ipc/ipc_channel.h"
#include "content/public/common/child_process_host_delegate.h"
+#include "ipc/ipc_channel.h"
#include "printing/pdf_render_settings.h"
class CommandLine;
-class ScopedTempDir;
namespace base {
class MessageLoopProxy;
+class ScopedTempDir;
} // namespace base
namespace content {
@@ -146,7 +146,7 @@ class ServiceUtilityProcessHost : public content::ChildProcessHostDelegate {
// The path to the temp file where the metafile will be written to.
FilePath metafile_path_;
// The temporary folder created for the metafile.
- scoped_ptr<ScopedTempDir> scratch_metafile_dir_;
+ scoped_ptr<base::ScopedTempDir> scratch_metafile_dir_;
DISALLOW_COPY_AND_ASSIGN(ServiceUtilityProcessHost);
};
« no previous file with comments | « chrome/service/service_process_prefs_unittest.cc ('k') | chrome/service/service_utility_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698