| Index: chrome/browser/chromeos/policy/device_local_account_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/policy/device_local_account_browsertest.cc b/chrome/browser/chromeos/policy/device_local_account_browsertest.cc
|
| index b01837fced81ae3028f7f2e81514d91a38a3a453..a95e225ae2106e62bda681bd2e4df0d5a7bce04f 100644
|
| --- a/chrome/browser/chromeos/policy/device_local_account_browsertest.cc
|
| +++ b/chrome/browser/chromeos/policy/device_local_account_browsertest.cc
|
| @@ -723,7 +723,7 @@ IN_PROC_BROWSER_TEST_F(DeviceLocalAccountTest, ExtensionsCached) {
|
|
|
| // Pre-populate the device local account's extension cache with a hosted app
|
| // and an extension.
|
| - EXPECT_TRUE(file_util::CreateDirectory(
|
| + EXPECT_TRUE(base::CreateDirectory(
|
| GetCacheDirectoryForAccountID(kAccountId1)));
|
| base::FilePath test_dir;
|
| ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &test_dir));
|
|
|