| Index: webkit/support/simple_database_system.h
|
| ===================================================================
|
| --- webkit/support/simple_database_system.h (revision 109341)
|
| +++ webkit/support/simple_database_system.h (working copy)
|
| @@ -12,7 +12,6 @@
|
| #include "base/scoped_temp_dir.h"
|
| #include "base/string16.h"
|
| #include "base/synchronization/lock.h"
|
| -#include "base/task.h"
|
| #include "base/threading/thread.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebDatabaseObserver.h"
|
| #include "webkit/database/database_connections.h"
|
| @@ -101,6 +100,4 @@
|
| static SimpleDatabaseSystem* instance_;
|
| };
|
|
|
| -DISABLE_RUNNABLE_METHOD_REFCOUNT(SimpleDatabaseSystem);
|
| -
|
| #endif // WEBKIT_SUPPORT_SIMPLE_DATABASE_SYSTEM_H_
|
|
|