Index: content/shell/browser/layout_test/test_info_extractor.h |
diff --git a/content/shell/browser/layout_test/test_info_extractor.h b/content/shell/browser/layout_test/test_info_extractor.h |
index 1988eacb27cb06c521f4856d389ff50b81ec6165..560e5c0e96180df4115d2ef7d9cf6858c045dce8 100644 |
--- a/content/shell/browser/layout_test/test_info_extractor.h |
+++ b/content/shell/browser/layout_test/test_info_extractor.h |
@@ -7,6 +7,7 @@ |
#include <stddef.h> |
+#include <memory> |
#include <string> |
#include "base/command_line.h" |
@@ -34,7 +35,7 @@ class TestInfoExtractor { |
explicit TestInfoExtractor(const base::CommandLine::StringVector& cmd_args); |
~TestInfoExtractor(); |
- scoped_ptr<TestInfo> GetNextTest(); |
+ std::unique_ptr<TestInfo> GetNextTest(); |
private: |
base::CommandLine::StringVector cmdline_args_; |