| Index: Source/modules/webdatabase/DatabaseThread.h
|
| diff --git a/Source/modules/webdatabase/DatabaseThread.h b/Source/modules/webdatabase/DatabaseThread.h
|
| index c08dca5f4fdf00b4946741ebb97eb17f04b16604..366c9cfeba80d7976e1634db597390a6169cec6d 100644
|
| --- a/Source/modules/webdatabase/DatabaseThread.h
|
| +++ b/Source/modules/webdatabase/DatabaseThread.h
|
| @@ -40,7 +40,7 @@
|
| #include "wtf/ThreadSafeRefCounted.h"
|
| #include "wtf/ThreadingPrimitives.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class DatabaseBackend;
|
| class DatabaseTask;
|
| @@ -96,6 +96,6 @@ private:
|
| OwnPtr<MessageLoopInterruptor> m_messageLoopInterruptor;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // DatabaseThread_h
|
|
|