| Index: chrome/test/live_sync/two_client_live_bookmarks_sync_test.cc
|
| ===================================================================
|
| --- chrome/test/live_sync/two_client_live_bookmarks_sync_test.cc (revision 63075)
|
| +++ chrome/test/live_sync/two_client_live_bookmarks_sync_test.cc (working copy)
|
| @@ -338,7 +338,7 @@
|
| }
|
| }
|
| }
|
| - LOG(INFO) << "Adding several bookmarks under other bookmarks";
|
| + VLOG(1) << "Adding several bookmarks under other bookmarks";
|
| for (int index = 0; index < 10; index++) {
|
| wstring title(L"Other - TestBookmark");
|
| title.append(IntToWStringHack(index));
|
|
|