Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Unified Diff: components/bookmarks_enhanced/image_store.cc

Issue 259863007: Local salient image storage for enhanced bookmark experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed from NonThreadSafe to ThreadChecker Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {
}

Powered by Google App Engine
This is Rietveld 408576698