| Index: public/web/WebDatabaseObserver.h
|
| diff --git a/public/web/WebDatabaseObserver.h b/public/web/WebDatabaseObserver.h
|
| index 99e7db71fa88c1f89133bf52c4e14158f1df274c..95f52a8ff6fc20c239f0ce767d7dfafbb2ab370c 100644
|
| --- a/public/web/WebDatabaseObserver.h
|
| +++ b/public/web/WebDatabaseObserver.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef WebDatabaseObserver_h
|
| #define WebDatabaseObserver_h
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
| class WebDatabase;
|
|
|
| class WebDatabaseObserver {
|
| @@ -51,6 +51,6 @@ protected:
|
| ~WebDatabaseObserver() {}
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|