| Index: chrome/test/ui/ui_test.cc
|
| ===================================================================
|
| --- chrome/test/ui/ui_test.cc (revision 96347)
|
| +++ chrome/test/ui/ui_test.cc (working copy)
|
| @@ -572,7 +572,7 @@
|
| DictionaryValue* UITest::GetDefaultProfilePreferences() {
|
| FilePath path;
|
| PathService::Get(chrome::DIR_USER_DATA, &path);
|
| - path = path.AppendASCII(chrome::kNotSignedInProfile);
|
| + path = path.AppendASCII(chrome::kInitialProfile);
|
| return LoadDictionaryValueFromPath(path.Append(chrome::kPreferencesFilename));
|
| }
|
|
|
|
|