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

Unified Diff: ash/shelf/scoped_observer_with_duplicated_sources_unittest.cc

Issue 1867223004: Convert //ash 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
Index: ash/shelf/scoped_observer_with_duplicated_sources_unittest.cc
diff --git a/ash/shelf/scoped_observer_with_duplicated_sources_unittest.cc b/ash/shelf/scoped_observer_with_duplicated_sources_unittest.cc
index 82d2b83b78b59f5e781118fce9944066a952b828..ce200bc6a63378160d6567390db69513eab02aba 100644
--- a/ash/shelf/scoped_observer_with_duplicated_sources_unittest.cc
+++ b/ash/shelf/scoped_observer_with_duplicated_sources_unittest.cc
@@ -4,7 +4,8 @@
#include "ash/shelf/scoped_observer_with_duplicated_sources.h"
-#include "base/memory/scoped_ptr.h"
+#include <memory>
oshima 2016/04/08 07:09:41 remove this?
+
#include "testing/gtest/include/gtest/gtest.h"
class TestObserver {

Powered by Google App Engine
This is Rietveld 408576698