diff options
author | michaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-10 00:21:16 +0000 |
---|---|---|
committer | michaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-10 00:21:16 +0000 |
commit | b0eb45a0dd246ff17cdd2afdb11f790664c2091f (patch) | |
tree | 705793252fd793961737ff3994ca465a4e90d0c3 /webkit/support/simple_database_system.h | |
parent | 92a37b488c6481a400ac2903d6b1dfbd1ae14e9d (diff) | |
download | chromium_src-b0eb45a0dd246ff17cdd2afdb11f790664c2091f.zip chromium_src-b0eb45a0dd246ff17cdd2afdb11f790664c2091f.tar.gz chromium_src-b0eb45a0dd246ff17cdd2afdb11f790664c2091f.tar.bz2 |
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
Diffstat (limited to 'webkit/support/simple_database_system.h')
-rw-r--r-- | webkit/support/simple_database_system.h | 3 |
1 files changed, 3 insertions, 0 deletions
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_ |