| 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);
|
| };
|
|
|