| Index: Source/modules/webdatabase/InspectorDatabaseAgent.cpp
|
| diff --git a/Source/modules/webdatabase/InspectorDatabaseAgent.cpp b/Source/modules/webdatabase/InspectorDatabaseAgent.cpp
|
| index 8f84b0c96c85b1def2b7a52ab3fd944d786c02c7..a176cac8b003ea920bcf1f3978f52f55549d19bc 100644
|
| --- a/Source/modules/webdatabase/InspectorDatabaseAgent.cpp
|
| +++ b/Source/modules/webdatabase/InspectorDatabaseAgent.cpp
|
| @@ -49,9 +49,9 @@
|
| #include "platform/JSONValues.h"
|
| #include "wtf/Vector.h"
|
|
|
| -typedef WebCore::InspectorBackendDispatcher::DatabaseCommandHandler::ExecuteSQLCallback ExecuteSQLCallback;
|
| +typedef blink::InspectorBackendDispatcher::DatabaseCommandHandler::ExecuteSQLCallback ExecuteSQLCallback;
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| namespace DatabaseAgentState {
|
| static const char databaseAgentEnabled[] = "databaseAgentEnabled";
|
| @@ -313,4 +313,4 @@ Database* InspectorDatabaseAgent::databaseForId(const String& databaseId)
|
| return it->value->database();
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|