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

Unified Diff: chromecast/service/cast_platform_init_stub.cc

Issue 223143003: Initial checkin of chromecast content embedder (cast_shell) and related build scripts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Additional presubmit clean-up. Created 6 years, 5 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: chromecast/service/cast_platform_init_stub.cc
diff --git a/tools/clang/blink_gc_plugin/tests/trace_collections.cpp b/chromecast/service/cast_platform_init_stub.cc
similarity index 59%
copy from tools/clang/blink_gc_plugin/tests/trace_collections.cpp
copy to chromecast/service/cast_platform_init_stub.cc
index 2dd028e9f5580e82883216f19a3e9aee7687db3b..4d1928d7b4f7d74118dbccb024c7387db22732aa 100644
--- a/tools/clang/blink_gc_plugin/tests/trace_collections.cpp
+++ b/chromecast/service/cast_platform_init_stub.cc
@@ -2,12 +2,12 @@
// 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 "chromecast/service/cast_service.h"
-namespace WebCore {
+namespace chromecast {
-void HeapObject::trace(Visitor* visitor)
-{
+// static
+void CastService::PlatformInitialize() {
}
}

Powered by Google App Engine
This is Rietveld 408576698