Index: chrome/browser/extensions/extension_prefs.h |
diff --git a/chrome/browser/extensions/extension_prefs.h b/chrome/browser/extensions/extension_prefs.h |
index e6652c366f5ff5483fb302f556fee43c5dd536b8..c11e7e58b1243c570ad9ac3270403fb8ba5761e3 100644 |
--- a/chrome/browser/extensions/extension_prefs.h |
+++ b/chrome/browser/extensions/extension_prefs.h |
@@ -145,7 +145,7 @@ class ExtensionPrefs : public ContentSettingsStore::Observer, |
// Called when an extension is uninstalled, so that prefs get cleaned up. |
void OnExtensionUninstalled(const std::string& extension_id, |
- const Extension::Location& location, |
+ const Manifest::Location& location, |
bool external_uninstall); |
// Called to change the extension's state when it is enabled/disabled. |