diff options
Diffstat (limited to 'chrome/browser/extensions/user_script_master.h')
-rw-r--r-- | chrome/browser/extensions/user_script_master.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/user_script_master.h b/chrome/browser/extensions/user_script_master.h index af66879..57f4fe2 100644 --- a/chrome/browser/extensions/user_script_master.h +++ b/chrome/browser/extensions/user_script_master.h @@ -22,7 +22,7 @@ class StringPiece; // Manages a segment of shared memory that contains the user scripts the user // has installed. Lives on the UI thread. -class UserScriptMaster : public base::RefCounted<UserScriptMaster>, +class UserScriptMaster : public base::RefCountedThreadSafe<UserScriptMaster>, public DirectoryWatcher::Delegate, public NotificationObserver { public: |