| Index: chrome/browser/history/visit_database_unittest.cc
|
| diff --git a/chrome/browser/history/visit_database_unittest.cc b/chrome/browser/history/visit_database_unittest.cc
|
| index 38c04aa3ef45a50f2c848462bc2e95991e17f2f8..f16d29c0089ac5ad43003baa709dad2fd483b5f1 100644
|
| --- a/chrome/browser/history/visit_database_unittest.cc
|
| +++ b/chrome/browser/history/visit_database_unittest.cc
|
| @@ -4,8 +4,8 @@
|
|
|
| #include "base/file_path.h"
|
| #include "base/file_util.h"
|
| +#include "base/files/scoped_temp_dir.h"
|
| #include "base/path_service.h"
|
| -#include "base/scoped_temp_dir.h"
|
| #include "base/string_util.h"
|
| #include "chrome/browser/history/url_database.h"
|
| #include "chrome/browser/history/visit_database.h"
|
| @@ -63,7 +63,7 @@ class VisitDatabaseTest : public PlatformTest,
|
| return db_;
|
| }
|
|
|
| - ScopedTempDir temp_dir_;
|
| + base::ScopedTempDir temp_dir_;
|
| sql::Connection db_;
|
| };
|
|
|
|
|