| Index: Source/modules/vibration/testing/InternalsVibration.h
|
| diff --git a/Source/modules/vibration/testing/InternalsVibration.h b/Source/modules/vibration/testing/InternalsVibration.h
|
| index 6b6b622afba19b66bafef05e0ef1c38ea81e5c09..c39dc81f4128649018359c274d032ed7861830fa 100644
|
| --- a/Source/modules/vibration/testing/InternalsVibration.h
|
| +++ b/Source/modules/vibration/testing/InternalsVibration.h
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "wtf/Vector.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class Document;
|
| class Internals;
|
| @@ -44,6 +44,6 @@ public:
|
| static Vector<unsigned> pendingVibrationPattern(Internals&, Document*);
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // InternalsVibration_h
|
|
|