| Index: components/bookmarks_enhanced/image_store.cc
|
| diff --git a/tools/clang/blink_gc_plugin/tests/stack_allocated.cpp b/components/bookmarks_enhanced/image_store.cc
|
| similarity index 60%
|
| copy from tools/clang/blink_gc_plugin/tests/stack_allocated.cpp
|
| copy to components/bookmarks_enhanced/image_store.cc
|
| index e8a513435f7fdb5194dbaba7438288da6f0fbb0a..7e88423c6811f02d47934962c45263b54748837e 100644
|
| --- a/tools/clang/blink_gc_plugin/tests/stack_allocated.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 "stack_allocated.h"
|
| +#include "components/bookmarks_enhanced/image_store.h"
|
|
|
| -namespace WebCore {
|
| -
|
| -void HeapObject::trace(Visitor* visitor)
|
| -{
|
| +ImageStore::ImageStore() {
|
| }
|
|
|
| +ImageStore::~ImageStore() {
|
| }
|
|
|