Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / cocoa / cocoa_profile_test.mm
index 34a1195..87de045 100644 (file)
@@ -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
@@ -60,7 +60,7 @@ void CocoaProfileTest::SetUp() {
       profile_, &AutocompleteClassifierFactory::BuildInstanceFor);
 
   profile_->CreateBookmarkModel(true);
-  test::WaitForBookmarkModelToLoad(
+  bookmarks::test::WaitForBookmarkModelToLoad(
       BookmarkModelFactory::GetForProfile(profile_));
 
   browser_.reset(CreateBrowser());