| Index: chrome/browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc b/chrome/browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc
|
| index 782fd61dd41f8fd766c157b07a017117cc8a0dac..48a623a29f07bd819ff61887f96917d690efc72e 100644
|
| --- a/chrome/browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc
|
| +++ b/chrome/browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc
|
| @@ -54,8 +54,8 @@ class BookmarksSyncPerfTest : public SyncTest {
|
|
|
| void BookmarksSyncPerfTest::AddURLs(int profile, int num_urls) {
|
| for (int i = 0; i < num_urls; ++i) {
|
| - ASSERT_TRUE(AddURL(
|
| - profile, 0, NextIndexedURLTitle(), GURL(NextIndexedURL())) != NULL);
|
| + ASSERT_TRUE(AddURL(profile, 0, NextIndexedURLTitle(),
|
| + GURL(NextIndexedURL())) != nullptr);
|
| }
|
| }
|
|
|
|
|