commit | 1c321ee57a522e891d91a41a09bd900f0afd6f0d | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon May 21 03:02:34 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon May 21 03:02:34 2012 |
tree | bb6e35526d52b50d8e37216e8605c7b4aa08c86a | |
parent | e2a374f50043586ff684e0720bbbd99b9aa15c07 [diff] [blame] |
Move Extension into extensions namespace BUG=117262 [email protected] Review URL: https://chromiumcodereview.appspot.com/10375021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138074 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/ui/cocoa/browser_window_cocoa.mm b/chrome/browser/ui/cocoa/browser_window_cocoa.mm index 4e01a62..c0bf3ce 100644 --- a/chrome/browser/ui/cocoa/browser_window_cocoa.mm +++ b/chrome/browser/ui/cocoa/browser_window_cocoa.mm
@@ -547,7 +547,7 @@ } void BrowserWindowCocoa::ShowCreateChromeAppShortcutsDialog( - Profile* profile, const Extension* app) { + Profile* profile, const extensions::Extension* app) { NOTIMPLEMENTED(); }