| Index: chrome/common/extensions/extension_messages.h | 
| diff --git a/chrome/common/extensions/extension_messages.h b/chrome/common/extensions/extension_messages.h | 
| index 6f084c4722370f6b8ff4f76802bb7eab727b886e..bd171d3c92d1ef40e5b80d640f744391caa09497 100644 | 
| --- a/chrome/common/extensions/extension_messages.h | 
| +++ b/chrome/common/extensions/extension_messages.h | 
| @@ -163,7 +163,7 @@ struct ExtensionMsg_Loaded_Params { | 
| linked_ptr<DictionaryValue> manifest; | 
|  | 
| // The location the extension was installed from. | 
| -  extensions::Extension::Location location; | 
| +  extensions::Manifest::Location location; | 
|  | 
| // The path the extension was loaded from. This is used in the renderer only | 
| // to generate the extension ID for extensions that are loaded unpacked. | 
|  |