| Index: Source/platform/PlatformThreadData.h
|
| diff --git a/Source/platform/PlatformThreadData.h b/Source/platform/PlatformThreadData.h
|
| index a3237ca653dbb155413d303a055209778e10c22b..428da4b9e48b3a393b82d2835918fbe5508c6ef7 100644
|
| --- a/Source/platform/PlatformThreadData.h
|
| +++ b/Source/platform/PlatformThreadData.h
|
| @@ -35,7 +35,7 @@
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/OwnPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class ThreadTimers;
|
|
|
| @@ -54,6 +54,6 @@ private:
|
| OwnPtr<ThreadTimers> m_threadTimers;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // PlatformThreadData_h
|
|
|