| Index: public/platform/WebIDBKeyPath.h
|
| diff --git a/public/platform/WebIDBKeyPath.h b/public/platform/WebIDBKeyPath.h
|
| index 66b0f6a99c3dd0692daa34b0ec878655d276483d..94bb177a5efcea8db5f5c8315442d05636923249 100644
|
| --- a/public/platform/WebIDBKeyPath.h
|
| +++ b/public/platform/WebIDBKeyPath.h
|
| @@ -34,7 +34,7 @@
|
|
|
| namespace WebCore { class IDBKeyPath; }
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebIDBKeyPath {
|
| public:
|
| @@ -68,6 +68,6 @@ private:
|
| WebPrivateOwnPtr<WebCore::IDBKeyPath> m_private;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebIDBKeyPath_h
|
|
|