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

Unified Diff: chrome/browser/nacl_host/nacl_process_host.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/nacl_host/nacl_process_host.cc
diff --git a/chrome/browser/nacl_host/nacl_process_host.cc b/chrome/browser/nacl_host/nacl_process_host.cc
index 4c296be57167b897c98ed4066952e8006018bdef..878a65ff1215eb9a76f69d09089a13c9229fb7e1 100644
--- a/chrome/browser/nacl_host/nacl_process_host.cc
+++ b/chrome/browser/nacl_host/nacl_process_host.cc
@@ -409,7 +409,7 @@ void NaClProcessHost::OnNaClGdbAttached() {
#endif
FilePath NaClProcessHost::GetManifestPath() {
- const Extension* extension = extension_info_map_->extensions()
+ const extensions::Extension* extension = extension_info_map_->extensions()
.GetExtensionOrAppByURL(ExtensionURLInfo(manifest_url_));
if (extension != NULL && manifest_url_.SchemeIs(chrome::kExtensionScheme)) {
std::string path = manifest_url_.path();

Powered by Google App Engine
This is Rietveld 408576698