| Index: Source/modules/webdatabase/InspectorDatabaseAgent.h
|
| diff --git a/Source/modules/webdatabase/InspectorDatabaseAgent.h b/Source/modules/webdatabase/InspectorDatabaseAgent.h
|
| index de91e230b3e1fdb93792ece27f2f58fcb03c18ae..ca06eb3ae12ef15fea0d1a0c7cab395b2d829543 100644
|
| --- a/Source/modules/webdatabase/InspectorDatabaseAgent.h
|
| +++ b/Source/modules/webdatabase/InspectorDatabaseAgent.h
|
| @@ -36,7 +36,7 @@
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class Database;
|
| class DocumentLoader;
|
| @@ -80,6 +80,6 @@ private:
|
| bool m_enabled;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // !defined(InspectorDatabaseAgent_h)
|
|
|