| Index: chrome/browser/ui/cocoa/cocoa_profile_test.mm
|
| diff --git a/chrome/browser/ui/cocoa/cocoa_profile_test.mm b/chrome/browser/ui/cocoa/cocoa_profile_test.mm
|
| index 34a1195a7e9f13dd5a97f0ba2b3d770367363999..87f757ce68555c38999b2a82069c8cc1690ac2c3 100644
|
| --- a/chrome/browser/ui/cocoa/cocoa_profile_test.mm
|
| +++ b/chrome/browser/ui/cocoa/cocoa_profile_test.mm
|
| @@ -46,7 +46,7 @@ void CocoaProfileTest::SetUp() {
|
|
|
| ASSERT_TRUE(profile_manager_.SetUp());
|
|
|
| - profile_ = profile_manager_.CreateTestingProfile("default");
|
| + profile_ = profile_manager_.CreateTestingProfile("Person 1");
|
| ASSERT_TRUE(profile_);
|
|
|
| // TODO(shess): These are needed in case someone creates a browser
|
|
|