| Index: Source/platform/SharedTimer.h
|
| diff --git a/Source/platform/SharedTimer.h b/Source/platform/SharedTimer.h
|
| index 2d5a1c10df440cde77d8804cd9398afb10912edd..96f12e00a381637def78c2a234baf29020c62833 100644
|
| --- a/Source/platform/SharedTimer.h
|
| +++ b/Source/platform/SharedTimer.h
|
| @@ -30,7 +30,7 @@
|
| #include "wtf/FastAllocBase.h"
|
| #include "wtf/Noncopyable.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // Each thread has its own single instance of shared timer, which implements this interface.
|
| // This instance is shared by all timers in the thread.
|
| @@ -70,6 +70,6 @@ public:
|
| }
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // SharedTimer_h
|
|
|