| Index: chrome/browser/ui/ash/launcher/browser_status_monitor.h
|
| diff --git a/chrome/browser/ui/ash/launcher/browser_status_monitor.h b/chrome/browser/ui/ash/launcher/browser_status_monitor.h
|
| index ebdfb7f0794811d4b1160fe9588f2ecbfaecb6e7..dd73bc1553deb9a1381c55a436047fcb77997550 100644
|
| --- a/chrome/browser/ui/ash/launcher/browser_status_monitor.h
|
| +++ b/chrome/browser/ui/ash/launcher/browser_status_monitor.h
|
| @@ -130,8 +130,8 @@ class BrowserStatusMonitor : public aura::client::ActivationChangeObserver,
|
| // Remove LocalWebContentsObserver for |contents|.
|
| void RemoveWebContentsObserver(content::WebContents* contents);
|
|
|
| - // Retruns the LauncherID for |contents|.
|
| - ash::LauncherID GetLauncherIDForWebContents(content::WebContents* contents);
|
| + // Retruns the ShelfID for |contents|.
|
| + ash::ShelfID GetShelfIDForWebContents(content::WebContents* contents);
|
|
|
| ChromeLauncherController* launcher_controller_;
|
|
|
|
|