Index: chrome/browser/extensions/user_script_master.h |
=================================================================== |
--- chrome/browser/extensions/user_script_master.h (revision 26157) |
+++ chrome/browser/extensions/user_script_master.h (working copy) |
@@ -69,7 +69,7 @@ |
// on the file thread. It must be created on, and its public API must only be |
// called from, the master's thread. |
class ScriptReloader |
- : public base::RefCounted<UserScriptMaster::ScriptReloader> { |
+ : public base::RefCountedThreadSafe<UserScriptMaster::ScriptReloader> { |
public: |
// Parses the includes out of |script| and returns them in |includes|. |
static bool ParseMetadataHeader(const base::StringPiece& script_text, |