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

Unified Diff: cc/blink/test/cc_blink_test_suite.h

Issue 1866203004: Convert //cc from scoped_ptr to std::unique_ptr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: scopedptrcc: 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
« no previous file with comments | « cc/blink/scrollbar_impl.cc ('k') | cc/blink/web_compositor_support_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/test/cc_blink_test_suite.h
diff --git a/cc/blink/test/cc_blink_test_suite.h b/cc/blink/test/cc_blink_test_suite.h
index faa768400adc6893cb77f824ae3a0ad69cd967f4..db5799c66f1fa076f6452ac787bddcab0c7884bb 100644
--- a/cc/blink/test/cc_blink_test_suite.h
+++ b/cc/blink/test/cc_blink_test_suite.h
@@ -5,8 +5,9 @@
#ifndef CC_BLINK_TEST_CC_BLINK_TEST_SUITE_H_
#define CC_BLINK_TEST_CC_BLINK_TEST_SUITE_H_
+#include <memory>
+
#include "base/macros.h"
-#include "base/memory/scoped_ptr.h"
#include "base/test/test_suite.h"
namespace base {
@@ -26,7 +27,7 @@ class CCBlinkTestSuite : public base::TestSuite {
void Shutdown() override;
private:
- scoped_ptr<base::MessageLoop> message_loop_;
+ std::unique_ptr<base::MessageLoop> message_loop_;
DISALLOW_COPY_AND_ASSIGN(CCBlinkTestSuite);
};
« no previous file with comments | « cc/blink/scrollbar_impl.cc ('k') | cc/blink/web_compositor_support_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698