| Index: media/blink/stream_texture_wrapper.cc
|
| diff --git a/tools/clang/plugins/tests/system/vector b/media/blink/stream_texture_wrapper.cc
|
| similarity index 51%
|
| copy from tools/clang/plugins/tests/system/vector
|
| copy to media/blink/stream_texture_wrapper.cc
|
| index e786000cd6da4dd0021f7c0e15bd77ca44b74549..3c93863f003df9509e00cc08cc928ae4419774be 100644
|
| --- a/tools/clang/plugins/tests/system/vector
|
| +++ b/media/blink/stream_texture_wrapper.cc
|
| @@ -2,15 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef TOOLS_CLANG_PLUGINS_TESTS_SYSTEM_VECTOR_
|
| -#define TOOLS_CLANG_PLUGINS_TESTS_SYSTEM_VECTOR_
|
| +#include "media/blink/stream_texture_wrapper.h"
|
|
|
| namespace std {
|
| -
|
| -template<typename T>
|
| -class vector {
|
| -};
|
| -
|
| +void default_delete<media::StreamTextureWrapper>::operator()(
|
| + media::StreamTextureWrapper* stw) const {
|
| + stw->Destroy();
|
| +}
|
| } // namespace std
|
| -
|
| -#endif // TOOLS_CLANG_PLUGINS_TESTS_SYSTEM_VECTOR_
|
|
|