| Index: chrome/common/chrome_paths_win.cc
|
| diff --git a/chrome/common/chrome_paths_win.cc b/chrome/common/chrome_paths_win.cc
|
| index dc2502f0b2f88a6463cf443bebb29f1f6311e3fd..b3fef2ccf16e075f1de939e22de1e1e06f9649f1 100644
|
| --- a/chrome/common/chrome_paths_win.cc
|
| +++ b/chrome/common/chrome_paths_win.cc
|
| @@ -25,7 +25,7 @@ bool GetDefaultUserDataDirectory(FilePath* result) {
|
| return false;
|
| BrowserDistribution* dist = BrowserDistribution::GetDistribution();
|
| *result = result->Append(dist->GetInstallSubDir());
|
| - if (base::win::GetMetroModule())
|
| + if (base::win::InMetroMode())
|
| *result = result->Append(kMetroChromeUserDataSubDir);
|
| *result = result->Append(chrome::kUserDataDirname);
|
| return true;
|
|
|