Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / vibration / NavigatorVibration.h
index 42b9454..a746c04 100644 (file)
@@ -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