| Index: Source/modules/webdatabase/DatabaseClient.cpp
|
| diff --git a/Source/modules/webdatabase/DatabaseClient.cpp b/Source/modules/webdatabase/DatabaseClient.cpp
|
| index 416bbedf33f972a1aef8036ce96e331796a1ff88..87b01d2d62ea37615ec5aa96543401fb814f1318 100644
|
| --- a/Source/modules/webdatabase/DatabaseClient.cpp
|
| +++ b/Source/modules/webdatabase/DatabaseClient.cpp
|
| @@ -38,7 +38,7 @@
|
| #include "modules/webdatabase/Database.h"
|
| #include "modules/webdatabase/InspectorDatabaseAgent.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| DatabaseClient::DatabaseClient()
|
| : m_inspectorAgent(0)
|
| @@ -84,4 +84,4 @@ void provideDatabaseClientToWorker(WorkerClients* workerClients, PassOwnPtrWillB
|
| workerClients->provideSupplement(DatabaseClient::supplementName(), client);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|