| Index: components/bookmarks_enhanced/image_store.cc
|
| diff --git a/tools/clang/blink_gc_plugin/tests/trace_collections.cpp b/components/bookmarks_enhanced/image_store.cc
|
| similarity index 60%
|
| copy from tools/clang/blink_gc_plugin/tests/trace_collections.cpp
|
| copy to components/bookmarks_enhanced/image_store.cc
|
| index 2dd028e9f5580e82883216f19a3e9aee7687db3b..7e88423c6811f02d47934962c45263b54748837e 100644
|
| --- a/tools/clang/blink_gc_plugin/tests/trace_collections.cpp
|
| +++ b/components/bookmarks_enhanced/image_store.cc
|
| @@ -2,12 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "trace_collections.h"
|
| +#include "components/bookmarks_enhanced/image_store.h"
|
|
|
| -namespace WebCore {
|
| -
|
| -void HeapObject::trace(Visitor* visitor)
|
| -{
|
| +ImageStore::ImageStore() {
|
| }
|
|
|
| +ImageStore::~ImageStore() {
|
| }
|
|
|