Index: content/common/indexed_db/proxy_webidbindex_impl.h |
diff --git a/content/common/indexed_db/proxy_webidbindex_impl.h b/content/common/indexed_db/proxy_webidbindex_impl.h |
index 59eafb2d42f20a8f4f11e453fd826c726ce5302f..760510a2178d61b500ebdf3011e3c4446e8f11e7 100644 |
--- a/content/common/indexed_db/proxy_webidbindex_impl.h |
+++ b/content/common/indexed_db/proxy_webidbindex_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/WebIDBIndex.h" |
@@ -18,7 +19,7 @@ class RendererWebIDBIndexImpl : public WebKit::WebIDBIndex { |
// WebKit::WebIDBIndex |
virtual WebKit::WebString name() const; |
virtual WebKit::WebString storeName() const; |
- virtual WebKit::WebString keyPath() const; |
+ virtual WebKit::WebString keyPathString() const OVERRIDE; |
virtual bool unique() const; |
virtual bool multiEntry() const; |