| Index: chrome/test/perf/startup_test.cc
|
| diff --git a/chrome/test/perf/startup_test.cc b/chrome/test/perf/startup_test.cc
|
| index 701c1a8883e6431113feecf3c828197db5776c15..422c0674d73027915922aa2c024e0d782b5c08f1 100644
|
| --- a/chrome/test/perf/startup_test.cc
|
| +++ b/chrome/test/perf/startup_test.cc
|
| @@ -14,6 +14,7 @@
|
| #include "base/test/test_timeouts.h"
|
| #include "base/time.h"
|
| #include "base/utf_string_conversions.h"
|
| +#include "chrome/browser/profiles/profile_manager.h"
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/chrome_switches.h"
|
| @@ -92,9 +93,11 @@ class StartupTest : public UIPerfTest {
|
| if (profile_type_ != UITestBase::COMPLEX_THEME)
|
| return;
|
|
|
| - const FilePath pref_template_path(user_data_dir().AppendASCII("Default").
|
| + const FilePath pref_template_path(user_data_dir().
|
| + AppendASCII("Default").
|
| AppendASCII("PreferencesTemplate"));
|
| - const FilePath pref_path(user_data_dir().AppendASCII("Default").
|
| + const FilePath pref_path(user_data_dir().
|
| + AppendASCII(ProfileManager::kTestUserProfile).
|
| AppendASCII("Preferences"));
|
|
|
| // Read in preferences template.
|
|
|