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

Unified Diff: chrome/renderer/extensions/page_actions_custom_bindings.cc

Issue 10375021: Move Extension into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Take 6 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/renderer/extensions/page_actions_custom_bindings.cc
diff --git a/chrome/renderer/extensions/page_actions_custom_bindings.cc b/chrome/renderer/extensions/page_actions_custom_bindings.cc
index b6e86ee62e889020c216417839693f9c35de73a7..276a62a7665c5902c16fbb856b388c1c95bb4d18 100644
--- a/chrome/renderer/extensions/page_actions_custom_bindings.cc
+++ b/chrome/renderer/extensions/page_actions_custom_bindings.cc
@@ -26,7 +26,7 @@ v8::Handle<v8::Value> PageActionsCustomBindings::GetCurrentPageActions(
GetFromArguments<PageActionsCustomBindings>(args);
std::string extension_id = *v8::String::Utf8Value(args[0]->ToString());
CHECK(!extension_id.empty());
- const ::Extension* extension =
+ const Extension* extension =
self->extension_dispatcher_->extensions()->GetByID(extension_id);
CHECK(extension);
« no previous file with comments | « chrome/renderer/extensions/extension_resource_request_policy.cc ('k') | chrome/renderer/extensions/user_script_scheduler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698