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

Unified Diff: chromecast/app/linux/cast_crash_reporter_client_unittest.cc

Issue 1875623002: Convert //chromecast from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « chromecast/app/cast_main_delegate.h ('k') | chromecast/base/bind_to_task_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/app/linux/cast_crash_reporter_client_unittest.cc
diff --git a/chromecast/app/linux/cast_crash_reporter_client_unittest.cc b/chromecast/app/linux/cast_crash_reporter_client_unittest.cc
index 133a0ad4ad75a7217be89f2e44896b0631e82895..bd399cc3b48ae23c8dc4d3be97243fbb68fe7504 100644
--- a/chromecast/app/linux/cast_crash_reporter_client_unittest.cc
+++ b/chromecast/app/linux/cast_crash_reporter_client_unittest.cc
@@ -118,7 +118,7 @@ class CastCrashReporterClientTest : public testing::Test {
private:
base::ScopedTempDir fake_home_dir_;
ScopedTempFile minidump_;
- scoped_ptr<base::ScopedPathOverride> home_override_;
+ std::unique_ptr<base::ScopedPathOverride> home_override_;
DISALLOW_COPY_AND_ASSIGN(CastCrashReporterClientTest);
};
« no previous file with comments | « chromecast/app/cast_main_delegate.h ('k') | chromecast/base/bind_to_task_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698