| Index: chrome/common/pref_service_uitest.cc
|
| diff --git a/chrome/common/pref_service_uitest.cc b/chrome/common/pref_service_uitest.cc
|
| index f9e0da241e4054e704dbdfee7dffce7a51972d1c..9bb027af558faae662c1b7c2eb698f977b23f50c 100644
|
| --- a/chrome/common/pref_service_uitest.cc
|
| +++ b/chrome/common/pref_service_uitest.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "base/command_line.h"
|
| #include "base/file_util.h"
|
| +#include "base/test_file_util.h"
|
| #include "base/values.h"
|
| #include "build/build_config.h"
|
| #include "chrome/common/chrome_constants.h"
|
| @@ -60,7 +61,7 @@ public:
|
| void TearDown() {
|
| UITest::TearDown();
|
|
|
| - EXPECT_TRUE(DieFileDie(tmp_profile_, true));
|
| + EXPECT_TRUE(file_util::DieFileDie(tmp_profile_, true));
|
| }
|
|
|
| public:
|
|
|