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

Unified Diff: ios/public/test/test_chrome_provider_initializer.cc

Issue 839733004: Style fixes in //ios (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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: ios/public/test/test_chrome_provider_initializer.cc
diff --git a/ios/public/test/test_chrome_provider_initializer.cc b/ios/public/test/test_chrome_provider_initializer.cc
index cd1419b3558297cb596406cb330236622b79ffff..d4d9424c7c044b9e96ca9ea5c4cc41f29f4e3084 100644
--- a/ios/public/test/test_chrome_provider_initializer.cc
+++ b/ios/public/test/test_chrome_provider_initializer.cc
@@ -16,7 +16,7 @@ TestChromeProviderInitializer::TestChromeProviderInitializer() {
TestChromeProviderInitializer::~TestChromeProviderInitializer() {
EXPECT_EQ(chrome_browser_provider_.get(), ios::GetChromeBrowserProvider());
- ios::SetChromeBrowserProvider(NULL);
+ ios::SetChromeBrowserProvider(nullptr);
}
} // namespace ios

Powered by Google App Engine
This is Rietveld 408576698