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

Unified Diff: chrome/browser/extensions/api/commands/extension_command_service.h

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/browser/extensions/api/commands/extension_command_service.h
diff --git a/chrome/browser/extensions/api/commands/extension_command_service.h b/chrome/browser/extensions/api/commands/extension_command_service.h
index 51ec0a100e99ea04361769aedafe943abb4a5f8e..1bb908b9e071d7acba496e27855149124b502267 100644
--- a/chrome/browser/extensions/api/commands/extension_command_service.h
+++ b/chrome/browser/extensions/api/commands/extension_command_service.h
@@ -88,7 +88,7 @@ class ExtensionCommandService : public ProfileKeyedService,
// free, it will be taken by this extension. If not, that keybinding request
// is ignored. |user_pref| is the PrefService used to record the new
// keybinding assignment.
- void AssignInitialKeybindings(const Extension* extension);
+ void AssignInitialKeybindings(const extensions::Extension* extension);
// Removes all keybindings for a given extension by its |extension_id|.
void RemoveKeybindingPrefs(std::string extension_id);
« no previous file with comments | « chrome/browser/extensions/api/app/app_api.h ('k') | chrome/browser/extensions/api/commands/extension_command_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698