| Index: content/browser/download/mhtml_generation_browsertest.cc
|
| diff --git a/content/browser/download/mhtml_generation_browsertest.cc b/content/browser/download/mhtml_generation_browsertest.cc
|
| index 4fe0ef5262d8f9e9e7b31caa37ae5ea873e3a927..6d21e7658b1437f76a2365661c2cfda1ec98134f 100644
|
| --- a/content/browser/download/mhtml_generation_browsertest.cc
|
| +++ b/content/browser/download/mhtml_generation_browsertest.cc
|
| @@ -4,8 +4,8 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/file_path.h"
|
| +#include "base/files/scoped_temp_dir.h"
|
| #include "base/run_loop.h"
|
| -#include "base/scoped_temp_dir.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "content/public/test/test_utils.h"
|
| #include "content/shell/shell.h"
|
| @@ -35,7 +35,7 @@ class MHTMLGenerationTest : public ContentBrowserTest {
|
| bool mhtml_generated() const { return mhtml_generated_; }
|
| int64 file_size() const { return file_size_; }
|
|
|
| - ScopedTempDir temp_dir_;
|
| + base::ScopedTempDir temp_dir_;
|
|
|
| private:
|
| bool mhtml_generated_;
|
|
|