Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / tools / clang / blink_gc_plugin / tests / cycle_ptrs.cpp
index 8fe7b95..f3b3989 100644 (file)
@@ -4,7 +4,7 @@
 
 #include "cycle_ptrs.h"
 
-namespace WebCore {
+namespace blink {
 
 void A::trace(Visitor* visitor) {
     visitor->trace(m_b);