| Index: Source/modules/webdatabase/DatabaseClient.h
|
| diff --git a/Source/modules/webdatabase/DatabaseClient.h b/Source/modules/webdatabase/DatabaseClient.h
|
| index 4c31272092516fc79fa94dd460af72031c9c529b..7334a6cc5202c6507d50483c0aa25c6ec312ef0f 100644
|
| --- a/Source/modules/webdatabase/DatabaseClient.h
|
| +++ b/Source/modules/webdatabase/DatabaseClient.h
|
| @@ -35,7 +35,7 @@
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/Forward.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class Database;
|
| class ExecutionContext;
|
| @@ -71,6 +71,6 @@ private:
|
| void provideDatabaseClientTo(Page&, PassOwnPtrWillBeRawPtr<DatabaseClient>);
|
| void provideDatabaseClientToWorker(WorkerClients*, PassOwnPtrWillBeRawPtr<DatabaseClient>);
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // DatabaseClient_h
|
|
|