| Index: chrome/browser/safe_browsing/prefix_set_unittest.cc
|
| diff --git a/chrome/browser/safe_browsing/prefix_set_unittest.cc b/chrome/browser/safe_browsing/prefix_set_unittest.cc
|
| index 50e15caca5d2281cf6d40a4a84e0c011faad8d65..d98909a607ce5054882d37cb70857be523a8c3d2 100644
|
| --- a/chrome/browser/safe_browsing/prefix_set_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/prefix_set_unittest.cc
|
| @@ -8,11 +8,11 @@
|
| #include <iterator>
|
|
|
| #include "base/file_util.h"
|
| +#include "base/files/scoped_temp_dir.h"
|
| #include "base/logging.h"
|
| #include "base/md5.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/rand_util.h"
|
| -#include "base/scoped_temp_dir.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "testing/platform_test.h"
|
|
|
| @@ -146,7 +146,7 @@ class PrefixSetTest : public PlatformTest {
|
| // Tests should not modify this shared resource.
|
| static std::vector<SBPrefix> shared_prefixes_;
|
|
|
| - ScopedTempDir temp_dir_;
|
| + base::ScopedTempDir temp_dir_;
|
| };
|
|
|
| std::vector<SBPrefix> PrefixSetTest::shared_prefixes_;
|
|
|