| Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
|
| diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
|
| index 7cdf3a3d2a2a3a2994a31db246fc76491211223b..499b3786b6cb0552d1c6d96e1de63838d66ba1e4 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
|
| @@ -352,7 +352,7 @@ class ChromeLauncherController
|
|
|
| // Get the list of all tabs which belong to a certain application type.
|
| std::vector<content::WebContents*> GetV1ApplicationsFromAppId(
|
| - std::string app_id);
|
| + const std::string& app_id);
|
|
|
| // Activates a specified shell application.
|
| void ActivateShellApp(const std::string& app_id, int index);
|
|
|