| Index: Source/modules/webdatabase/DatabaseTask.h
|
| diff --git a/Source/modules/webdatabase/DatabaseTask.h b/Source/modules/webdatabase/DatabaseTask.h
|
| index 4e5a64b4d2af28f2c2fa5f88460ead48d8a7a6b4..5d48ccd6a861339f9621bd1e4f85ee340c089de8 100644
|
| --- a/Source/modules/webdatabase/DatabaseTask.h
|
| +++ b/Source/modules/webdatabase/DatabaseTask.h
|
| @@ -44,7 +44,7 @@
|
| #include "wtf/Vector.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class DatabaseTask : public blink::WebThread::Task {
|
| WTF_MAKE_NONCOPYABLE(DatabaseTask); WTF_MAKE_FAST_ALLOCATED;
|
| @@ -154,6 +154,6 @@ private:
|
| Vector<String>& m_tableNames;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // DatabaseTask_h
|
|
|