| Index: Source/modules/indexeddb/InspectorIndexedDBAgent.h
|
| diff --git a/Source/modules/indexeddb/InspectorIndexedDBAgent.h b/Source/modules/indexeddb/InspectorIndexedDBAgent.h
|
| index 37e8878569e91c803362cbb311c4ea7639412117..f2ed5e4696bdf47e35e88323753ce9170863a5ef 100644
|
| --- a/Source/modules/indexeddb/InspectorIndexedDBAgent.h
|
| +++ b/Source/modules/indexeddb/InspectorIndexedDBAgent.h
|
| @@ -35,7 +35,7 @@
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class Page;
|
|
|
| @@ -64,6 +64,6 @@ private:
|
| Page* m_page;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // !defined(InspectorIndexedDBAgent_h)
|
|
|