| Index: content/common/indexed_db/proxy_webidbobjectstore_impl.h
|
| diff --git a/content/common/indexed_db/proxy_webidbobjectstore_impl.h b/content/common/indexed_db/proxy_webidbobjectstore_impl.h
|
| index 3c5490750ee8d91a129b05d83527ae2932e55710..0db1c21b8b8046a654a21532aa93030c729e6520 100644
|
| --- a/content/common/indexed_db/proxy_webidbobjectstore_impl.h
|
| +++ b/content/common/indexed_db/proxy_webidbobjectstore_impl.h
|
| @@ -7,6 +7,7 @@
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| +#include "base/compiler_specific.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBCallbacks.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBObjectStore.h"
|
|
|
| @@ -25,7 +26,7 @@ class RendererWebIDBObjectStoreImpl : public WebKit::WebIDBObjectStore {
|
|
|
| // WebKit::WebIDBObjectStore
|
| virtual WebKit::WebString name() const;
|
| - virtual WebKit::WebString keyPath() const;
|
| + virtual WebKit::WebString keyPathString() const OVERRIDE;
|
| virtual WebKit::WebDOMStringList indexNames() const;
|
|
|
| virtual void get(const WebKit::WebIDBKey& key,
|
|
|