| Index: remoting/ios/Chromoting_unittests/main_no_arc.h
|
| diff --git a/tools/clang/blink_gc_plugin/tests/class_requires_trace_method.cpp b/remoting/ios/Chromoting_unittests/main_no_arc.h
|
| similarity index 64%
|
| copy from tools/clang/blink_gc_plugin/tests/class_requires_trace_method.cpp
|
| copy to remoting/ios/Chromoting_unittests/main_no_arc.h
|
| index 866b35120905710458bd0d4c6482f9fa2c73ccbb..1d97761ce175e5b447a09f92218f0b40bd0d9542 100644
|
| --- a/tools/clang/blink_gc_plugin/tests/class_requires_trace_method.cpp
|
| +++ b/remoting/ios/Chromoting_unittests/main_no_arc.h
|
| @@ -2,6 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "class_requires_trace_method.h"
|
| +namespace remoting {
|
| +namespace main_no_arc {
|
|
|
| -// Nothing to define.
|
| +void init();
|
| +
|
| +} // main_no_arc
|
| +} // remoting
|
|
|