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

Unified Diff: ui/base/resource/resource_bundle_unittest.cc

Issue 1868363002: Replace scoped_ptr with std::unique_ptr in //ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scopedptrcc
Patch Set: scopedptrui: rebase-make_scoped_ptr 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
Index: ui/base/resource/resource_bundle_unittest.cc
diff --git a/ui/base/resource/resource_bundle_unittest.cc b/ui/base/resource/resource_bundle_unittest.cc
index 0ada42e28be7611dc2aaa0b7ffca0d47fa37886e..cee14d36c842803d38e3aebec4164213b27cc1b6 100644
--- a/ui/base/resource/resource_bundle_unittest.cc
+++ b/ui/base/resource/resource_bundle_unittest.cc
@@ -395,7 +395,7 @@ class ResourceBundleImageTest : public ResourceBundleTest {
}
private:
- scoped_ptr<DataPack> locale_pack_;
+ std::unique_ptr<DataPack> locale_pack_;
base::ScopedTempDir dir_;
DISALLOW_COPY_AND_ASSIGN(ResourceBundleImageTest);
« no previous file with comments | « ui/base/resource/resource_bundle_mac_unittest.mm ('k') | ui/base/test/nswindow_fullscreen_notification_waiter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698