Commit 4a08f89b authored by George Burgess IV's avatar George Burgess IV Committed by Commit Bot

browser: remove a dead unique_ptr constructor

this statement does nothing; remove it.

Bug: 1130379
Change-Id: I3eb01bfdef76b9613a17893a9651970eff736ad4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2420915
Commit-Queue: David Trainor <dtrainor@chromium.org>
Auto-Submit: George Burgess <gbiv@chromium.org>
Reviewed-by: default avatarDavid Trainor <dtrainor@chromium.org>
Cr-Commit-Position: refs/heads/master@{#809222}
parent 72e92f40
...@@ -107,7 +107,6 @@ class AnnouncementNotificationServiceTest : public testing::Test { ...@@ -107,7 +107,6 @@ class AnnouncementNotificationServiceTest : public testing::Test {
TestingProfile::Builder builder; TestingProfile::Builder builder;
builder.SetPath( builder.SetPath(
test_profile_manager_->profiles_dir().AppendASCII(kProfileId)); test_profile_manager_->profiles_dir().AppendASCII(kProfileId));
std::unique_ptr<sync_preferences::PrefServiceSyncable>();
builder.SetPrefService( builder.SetPrefService(
std::unique_ptr<sync_preferences::PrefServiceSyncable>()); std::unique_ptr<sync_preferences::PrefServiceSyncable>());
builder.SetProfileName(kProfileId); builder.SetProfileName(kProfileId);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment