| Index: public/web/WebDatabase.h
|
| diff --git a/public/web/WebDatabase.h b/public/web/WebDatabase.h
|
| index 6ad75546a2e7746b00aaceef877fe3052cdf469c..502890cd061b6a797265a100f5c6853a1d67d9ba 100644
|
| --- a/public/web/WebDatabase.h
|
| +++ b/public/web/WebDatabase.h
|
| @@ -36,7 +36,7 @@
|
|
|
| namespace WebCore { class DatabaseBackendBase; }
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebDatabaseObserver;
|
| class WebString;
|
| @@ -71,6 +71,6 @@ private:
|
| const WebCore::DatabaseBackendBase* m_database;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|