Index: Source/modules/vibration/testing/InternalsVibration.cpp |
diff --git a/Source/modules/vibration/testing/InternalsVibration.cpp b/Source/modules/vibration/testing/InternalsVibration.cpp |
index 01ce84151d57fe5543288dc65892c6c2f82d9cda..76a6b7cbe532c7a7472c7d3eff777c115ba346f2 100644 |
--- a/Source/modules/vibration/testing/InternalsVibration.cpp |
+++ b/Source/modules/vibration/testing/InternalsVibration.cpp |
@@ -35,7 +35,7 @@ |
#include "core/testing/Internals.h" |
#include "modules/vibration/NavigatorVibration.h" |
-namespace WebCore { |
+namespace blink { |
bool InternalsVibration::isVibrating(Internals&, Document* document) |
{ |
@@ -49,4 +49,4 @@ Vector<unsigned> InternalsVibration::pendingVibrationPattern(Internals&, Documen |
return NavigatorVibration::from(*document->page()).pattern(); |
} |
-} // namespace WebCore |
+} // namespace blink |