| Index: public/platform/WebIDBFactory.h
|
| diff --git a/public/platform/WebIDBFactory.h b/public/platform/WebIDBFactory.h
|
| index c3cb6d2396cc8a04f58fc21286708fc7a7653130..d4293a6b8493a15cf515ffd4c83799ac42c0bccf 100644
|
| --- a/public/platform/WebIDBFactory.h
|
| +++ b/public/platform/WebIDBFactory.h
|
| @@ -35,7 +35,7 @@
|
| #include "WebString.h"
|
| #include "WebVector.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebIDBDatabase;
|
| class WebIDBDatabaseCallbacks;
|
| @@ -52,6 +52,6 @@ public:
|
| virtual void deleteDatabase(const WebString& name, WebIDBCallbacks* callbacks, const WebString& databaseIdentifier) { BLINK_ASSERT_NOT_REACHED(); }
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebIDBFactory_h
|
|
|