diff options
Diffstat (limited to 'content/shell/shell_browser_context.h')
-rw-r--r-- | content/shell/shell_browser_context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/shell/shell_browser_context.h b/content/shell/shell_browser_context.h index 721d007..8805e3d 100644 --- a/content/shell/shell_browser_context.h +++ b/content/shell/shell_browser_context.h @@ -7,9 +7,9 @@ #include "base/compiler_specific.h" #include "base/file_path.h" +#include "base/files/scoped_temp_dir.h" #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" -#include "base/scoped_temp_dir.h" #include "content/public/browser/browser_context.h" namespace content { @@ -54,7 +54,7 @@ class ShellBrowserContext : public BrowserContext { bool off_the_record_; bool ignore_certificate_errors_; - ScopedTempDir testing_path_; + base::ScopedTempDir testing_path_; FilePath path_; scoped_ptr<ResourceContext> resource_context_; scoped_refptr<ShellDownloadManagerDelegate> download_manager_delegate_; |