Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Unified Diff: chrome/browser/ui/webui/ntp/favicon_webui_handler.cc

Issue 10375021: Move Extension into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Take 2 Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/ntp/favicon_webui_handler.cc
diff --git a/chrome/browser/ui/webui/ntp/favicon_webui_handler.cc b/chrome/browser/ui/webui/ntp/favicon_webui_handler.cc
index 7286db93b9e75688b553e60defb3ac613401fbca..1002ddd2eca6082c4a130f393d9ce3704f11674f 100644
--- a/chrome/browser/ui/webui/ntp/favicon_webui_handler.cc
+++ b/chrome/browser/ui/webui/ntp/favicon_webui_handler.cc
@@ -142,7 +142,7 @@ void FaviconWebUIHandler::HandleGetAppIconDominantColor(
ExtensionService* extension_service =
Profile::FromWebUI(web_ui())->GetExtensionService();
- const Extension* extension = extension_service->GetExtensionById(
+ const extensions::Extension* extension = extension_service->GetExtensionById(
extension_id, false);
if (!extension)
return;

Powered by Google App Engine
This is Rietveld 408576698