summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_tabs_module.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_tabs_module.cc')
-rw-r--r--chrome/browser/extensions/extension_tabs_module.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_tabs_module.cc b/chrome/browser/extensions/extension_tabs_module.cc
index 2eb2432..b92677d 100644
--- a/chrome/browser/extensions/extension_tabs_module.cc
+++ b/chrome/browser/extensions/extension_tabs_module.cc
@@ -672,7 +672,7 @@ static Browser* GetBrowserInProfileWithId(Profile* profile,
static GURL AbsolutePath(Profile* profile, std::string extension_id,
std::string relative_url) {
ExtensionsService* service = profile->GetExtensionsService();
- Extension* extension = service->GetExtensionByID(extension_id);
+ Extension* extension = service->GetExtensionById(extension_id);
return Extension::GetResourceURL(extension->url(), relative_url);
}