| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index d583854309a1aee51f683b687736f8613da9bd26..244ba79f39121c90026eef6f1961098abc50f8b5 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -7,9 +7,9 @@
|
|
|
| #include <string>
|
|
|
| +#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 "base/timer.h"
|
| #include "chrome/browser/custom_handlers/protocol_handler_registry.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| @@ -357,7 +357,7 @@ class TestingProfile : public Profile {
|
| // We use a temporary directory to store testing profile data. In a multi-
|
| // profile environment, this is invalid and the directory is managed by the
|
| // TestingProfileManager.
|
| - ScopedTempDir temp_dir_;
|
| + base::ScopedTempDir temp_dir_;
|
| // The path to this profile. This will be valid in either of the two above
|
| // cases.
|
| FilePath profile_path_;
|
|
|