| Index: webkit/support/test_webkit_platform_support.h | 
| =================================================================== | 
| --- webkit/support/test_webkit_platform_support.h	(revision 180295) | 
| +++ webkit/support/test_webkit_platform_support.h	(working copy) | 
| @@ -8,7 +8,6 @@ | 
| #include "base/compiler_specific.h" | 
| #include "third_party/WebKit/Source/Platform/chromium/public/WebGamepads.h" | 
| #include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h" | 
| -#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBFactory.h" | 
| #include "webkit/glue/webfileutilities_impl.h" | 
| #include "webkit/glue/webkitplatformsupport_impl.h" | 
| #include "webkit/support/simple_database_system.h" | 
| @@ -75,8 +74,6 @@ | 
| virtual WebKit::WebStorageNamespace* createLocalStorageNamespace( | 
| const WebKit::WebString& path, unsigned quota); | 
|  | 
| -  virtual WebKit::WebIDBFactory* idbFactory(); | 
| - | 
| #if defined(OS_WIN) || defined(OS_MACOSX) | 
| void SetThemeEngine(WebKit::WebThemeEngine* engine); | 
| virtual WebKit::WebThemeEngine *themeEngine(); | 
|  |