From b0eb45a0dd246ff17cdd2afdb11f790664c2091f Mon Sep 17 00:00:00 2001 From: "michaeln@google.com" Date: Thu, 10 Nov 2011 00:21:16 +0000 Subject: Revert 109337 - base::Bind cleanup in SimpleDatabaseSystem Review URL: http://codereview.chromium.org/8497053 TBR=michaeln@google.com Review URL: http://codereview.chromium.org/8497057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109341 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/support/simple_database_system.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'webkit/support/simple_database_system.h') diff --git a/webkit/support/simple_database_system.h b/webkit/support/simple_database_system.h index b15cb48..14c9014 100644 --- a/webkit/support/simple_database_system.h +++ b/webkit/support/simple_database_system.h @@ -12,6 +12,7 @@ #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" @@ -100,4 +101,6 @@ class SimpleDatabaseSystem : public webkit_database::DatabaseTracker::Observer, static SimpleDatabaseSystem* instance_; }; +DISABLE_RUNNABLE_METHOD_REFCOUNT(SimpleDatabaseSystem); + #endif // WEBKIT_SUPPORT_SIMPLE_DATABASE_SYSTEM_H_ -- cgit v1.1