Move scoped_ptr.h to rtc_base_approved.

This is more a formality than anything since scoped_ptr.h is already being included from rtc_base_approved code.

BUG=
R=magjed@webrtc.org

Review URL: https://codereview.webrtc.org/1287203007 .

Cr-Commit-Position: refs/heads/master@{#9732}
This commit is contained in:
Tommi
2015-08-19 10:51:18 +02:00
parent 1f4ffe02fb
commit c844ca425e
2 changed files with 2 additions and 2 deletions

View File

@ -141,6 +141,7 @@ static_library("rtc_base_approved") {
"platform_thread.h",
"safe_conversions.h",
"safe_conversions_impl.h",
"scoped_ptr.h",
"stringencode.cc",
"stringencode.h",
"stringutils.cc",
@ -275,7 +276,6 @@ static_library("rtc_base") {
"ratetracker.h",
"scoped_autorelease_pool.h",
"scoped_autorelease_pool.mm",
"scoped_ptr.h",
"sha1.cc",
"sha1.h",
"sha1digest.cc",

View File

@ -67,6 +67,7 @@
'ratetracker.h',
'safe_conversions.h',
'safe_conversions_impl.h',
'scoped_ptr.h',
'stringencode.cc',
'stringencode.h',
'stringutils.cc',
@ -253,7 +254,6 @@
'schanneladapter.h',
'scoped_autorelease_pool.h',
'scoped_autorelease_pool.mm',
'scoped_ptr.h',
'scoped_ref_ptr.h',
'scopedptrcollection.h',
'sec_buffer.h',