| Index: chrome/browser/extensions/user_script_master.h
|
| ===================================================================
|
| --- chrome/browser/extensions/user_script_master.h (revision 110571)
|
| +++ chrome/browser/extensions/user_script_master.h (working copy)
|
| @@ -26,9 +26,12 @@
|
| class StringPiece;
|
| }
|
|
|
| -class Profile;
|
| +namespace content {
|
| class RenderProcessHost;
|
| +}
|
|
|
| +class Profile;
|
| +
|
| typedef std::map<std::string, ExtensionSet::ExtensionPathAndDefaultLocale>
|
| ExtensionsInfo;
|
|
|
| @@ -135,7 +138,7 @@
|
| const content::NotificationDetails& details) OVERRIDE;
|
|
|
| // Sends the renderer process a new set of user scripts.
|
| - void SendUpdate(RenderProcessHost* process,
|
| + void SendUpdate(content::RenderProcessHost* process,
|
| base::SharedMemory* shared_memory);
|
|
|
| // Manages our notification registrations.
|
|
|