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

Unified Diff: components/sync_sessions/session_data_type_controller_unittest.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
« no previous file with comments | « components/sync_sessions/favicon_cache.cc ('k') | components/sync_sessions/sessions_sync_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_sessions/session_data_type_controller_unittest.cc
diff --git a/components/sync_sessions/session_data_type_controller_unittest.cc b/components/sync_sessions/session_data_type_controller_unittest.cc
index d69704d5ebc541f5faf49dc64e58a2d4c4362c33..8e4b7b703e6ee0cf349683b08ac7dcb3a693309a 100644
--- a/components/sync_sessions/session_data_type_controller_unittest.cc
+++ b/components/sync_sessions/session_data_type_controller_unittest.cc
@@ -47,7 +47,7 @@ class MockSyncedWindowDelegate : public SyncedWindowDelegate {
bool IsTabPinned(const SyncedTabDelegate* tab) const override {
return false;
}
- SyncedTabDelegate* GetTabAt(int index) const override { return NULL; }
+ SyncedTabDelegate* GetTabAt(int index) const override { return nullptr; }
SessionID::id_type GetTabIdAt(int index) const override { return 0; }
bool IsSessionRestoreInProgress() const override {
« no previous file with comments | « components/sync_sessions/favicon_cache.cc ('k') | components/sync_sessions/sessions_sync_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698