| Index: public/platform/WebIDBDatabaseError.h
|
| diff --git a/public/platform/WebIDBDatabaseError.h b/public/platform/WebIDBDatabaseError.h
|
| index 9919b20c7c88d23f9d236695ca0542beec24ad62..d614e18a5d0eb374e436869a1535bc68d4a27d8a 100644
|
| --- a/public/platform/WebIDBDatabaseError.h
|
| +++ b/public/platform/WebIDBDatabaseError.h
|
| @@ -35,7 +35,7 @@
|
|
|
| namespace WebCore { class DOMError; }
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| // See comment in WebIDBFactory for a high level overview these classes.
|
| class WebIDBDatabaseError {
|
| @@ -65,6 +65,6 @@ private:
|
| WebPrivatePtr<WebCore::DOMError> m_private;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebIDBDatabaseError_h
|
|
|