Index: chrome/browser/extensions/extension_web_contents_observer.cc |
diff --git a/chrome/browser/extensions/extension_web_contents_observer.cc b/chrome/browser/extensions/extension_web_contents_observer.cc |
index aed0c238e4990fb9ae1f9a661f09e68c816de1be..608533a6283fa30e54e6870d5606cfc9183e2a29 100644 |
--- a/chrome/browser/extensions/extension_web_contents_observer.cc |
+++ b/chrome/browser/extensions/extension_web_contents_observer.cc |
@@ -56,7 +56,7 @@ void ExtensionWebContentsObserver::RenderViewCreated( |
(type == Manifest::TYPE_PLATFORM_APP && |
extension->location() == Manifest::COMPONENT)) { |
content::ChildProcessSecurityPolicy::GetInstance()->GrantScheme( |
- process->GetID(), chrome::kChromeUIScheme); |
+ process->GetID(), content::kChromeUIScheme); |
} |
// Some extensions use file:// URLs. |