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

Unified Diff: components/dom_distiller/content/browser/dom_distiller_viewer_source_unittest.cc

Issue 1879613003: Convert //components/dom_distiller from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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: components/dom_distiller/content/browser/dom_distiller_viewer_source_unittest.cc
diff --git a/components/dom_distiller/content/browser/dom_distiller_viewer_source_unittest.cc b/components/dom_distiller/content/browser/dom_distiller_viewer_source_unittest.cc
index 883140ce96d7f2748b011796e54bf092f31c4c08..df1fa73cc9f38718514a49e082cc00481dbd89e6 100644
--- a/components/dom_distiller/content/browser/dom_distiller_viewer_source_unittest.cc
+++ b/components/dom_distiller/content/browser/dom_distiller_viewer_source_unittest.cc
@@ -18,7 +18,7 @@ class DomDistillerViewerSourceTest : public testing::Test {
}
protected:
- scoped_ptr<DomDistillerViewerSource> source_;
+ std::unique_ptr<DomDistillerViewerSource> source_;
};
TEST_F(DomDistillerViewerSourceTest, TestMimeType) {

Powered by Google App Engine
This is Rietveld 408576698