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

Unified Diff: chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc

Issue 23547011: Move c/b/extension/api/* into extensions namespace (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 3 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
« no previous file with comments | « chrome/browser/extensions/api/webview/webview_api.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc
===================================================================
--- chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc (revision 223227)
+++ chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc (working copy)
@@ -109,7 +109,7 @@
}
void ChromeShellDelegate::OpenCrosh() {
- GURL crosh_url = TerminalExtensionHelper::GetCroshExtensionURL(
+ GURL crosh_url = extensions::TerminalExtensionHelper::GetCroshExtensionURL(
ProfileManager::GetDefaultProfileOrOffTheRecord());
if (!crosh_url.is_valid())
return;
« no previous file with comments | « chrome/browser/extensions/api/webview/webview_api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698