Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(332)

Unified Diff: chrome/browser/sync/test/integration/typed_urls_helper.cc

Issue 2461463002: [Sync] Replacing NULL with nullptr/null throughout sync code. (Closed)
Patch Set: Reverted PROFILE_nullptr mistake. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/sync/test/integration/typed_urls_helper.cc
diff --git a/chrome/browser/sync/test/integration/typed_urls_helper.cc b/chrome/browser/sync/test/integration/typed_urls_helper.cc
index b0b4c4f8ee98e3ae029dae54c67dbdf5b2226aa5..bec77f9d753896fed92a69f7560a8b5571690fc1 100644
--- a/chrome/browser/sync/test/integration/typed_urls_helper.cc
+++ b/chrome/browser/sync/test/integration/typed_urls_helper.cc
@@ -164,9 +164,9 @@ void AddToHistory(history::HistoryService* service,
history::VisitSource source,
const base::Time& timestamp) {
service->AddPage(url, timestamp,
- NULL, // scope
- 1234, // nav_entry_id
- GURL(), // referrer
+ nullptr, // scope
+ 1234, // nav_entry_id
+ GURL(), // referrer
history::RedirectList(), transition, source, false);
}
@@ -226,7 +226,7 @@ void RemoveVisitsFromHistoryService(history::HistoryService* service,
wait_event.Wait();
}
-static base::Time* timestamp = NULL;
+static base::Time* timestamp = nullptr;
} // namespace
« no previous file with comments | « chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ('k') | components/browser_sync/profile_sync_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698