Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / testing / UnitTestHelpers.h
index cb8fe58..19767b2 100644 (file)
 #ifndef UnitTestHelpers_h
 #define UnitTestHelpers_h
 
-namespace WebCore {
+namespace blink {
 namespace testing {
 
 void runPendingTasks();
 
 } // namespace testing
-} // namespace WebCore
+} // namespace blink
 
 #endif