| Index: chrome/common/net/chrome_url_fixer_client.cc
|
| diff --git a/tools/clang/blink_gc_plugin/tests/inner_class.cpp b/chrome/common/net/chrome_url_fixer_client.cc
|
| similarity index 53%
|
| copy from tools/clang/blink_gc_plugin/tests/inner_class.cpp
|
| copy to chrome/common/net/chrome_url_fixer_client.cc
|
| index 49c24602880eff5aef69854001abb245dda945fd..97b5462fc0f5699624f26b1303a6b771058fb3e5 100644
|
| --- a/tools/clang/blink_gc_plugin/tests/inner_class.cpp
|
| +++ b/chrome/common/net/chrome_url_fixer_client.cc
|
| @@ -2,13 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "inner_class.h"
|
| +#include "chrome/common/net/chrome_url_fixer_client.h"
|
|
|
| -namespace WebCore {
|
| -
|
| -void SomeObject::InnerObject::trace(Visitor* visitor)
|
| -{
|
| - // Missing: visitor->trace(m_obj);
|
| +ChromeURLFixerClient::ChromeURLFixerClient() {
|
| }
|
|
|
| +ChromeURLFixerClient::~ChromeURLFixerClient() {
|
| }
|
|
|