Index: Source/modules/vibration/NavigatorVibration.h |
diff --git a/Source/modules/vibration/NavigatorVibration.h b/Source/modules/vibration/NavigatorVibration.h |
index 42b9454bc167a497ac05b44141b8f3e6645e678b..a746c04a3d1a99d37b036c177fd66b29cb8bc699 100644 |
--- a/Source/modules/vibration/NavigatorVibration.h |
+++ b/Source/modules/vibration/NavigatorVibration.h |
@@ -26,7 +26,7 @@ |
#include "wtf/PassOwnPtr.h" |
#include "wtf/Vector.h" |
-namespace WebCore { |
+namespace blink { |
class LocalFrame; |
class Navigator; |
@@ -70,6 +70,6 @@ private: |
VibrationPattern m_pattern; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // NavigatorVibration_h |