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

Unified Diff: ui/display/chromeos/x11/display_util_x11_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/display/chromeos/x11/display_util_x11_unittest.cc
diff --git a/ui/display/chromeos/x11/display_util_x11_unittest.cc b/ui/display/chromeos/x11/display_util_x11_unittest.cc
index 5c13024ce3ecfd35f31e9f0c9c2dec0b84e056fb..c5a990ea4acbadbb44dc32cce4893aa294d6f1e4 100644
--- a/ui/display/chromeos/x11/display_util_x11_unittest.cc
+++ b/ui/display/chromeos/x11/display_util_x11_unittest.cc
@@ -4,7 +4,8 @@
#include "ui/display/chromeos/x11/display_util_x11.h"
-#include "base/memory/scoped_ptr.h"
+#include <memory>
+
#include "testing/gtest/include/gtest/gtest.h"
namespace ui {
« no previous file with comments | « ui/display/chromeos/x11/display_configurator_x11.cc ('k') | ui/display/chromeos/x11/native_display_delegate_x11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698