Replace scoped_ptr with unique_ptr in webrtc/modules/
Except in places where this would break out-of-tree code, such as Chromium. BUG=webrtc:5520 Review URL: https://codereview.webrtc.org/1785173002 Cr-Commit-Position: refs/heads/master@{#12037}
This commit is contained in:
@ -11,6 +11,8 @@
|
||||
#ifndef WEBRTC_MODULES_UTILITY_INCLUDE_MOCK_MOCK_PROCESS_THREAD_H_
|
||||
#define WEBRTC_MODULES_UTILITY_INCLUDE_MOCK_MOCK_PROCESS_THREAD_H_
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "webrtc/modules/utility/include/process_thread.h"
|
||||
|
||||
#include "testing/gmock/include/gmock/gmock.h"
|
||||
|
||||
Reference in New Issue
Block a user