| Index: chrome/common/extensions/extension.h
|
| diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
|
| index 05c15220afe581b385d0bf0d3e8feadb5a7584b7..01298588236e8d5a66ff1bb023f4f71ba36ea2c1 100644
|
| --- a/chrome/common/extensions/extension.h
|
| +++ b/chrome/common/extensions/extension.h
|
| @@ -304,7 +304,7 @@ class Extension {
|
|
|
| const std::string& launch_local_path() const { return launch_local_path_; }
|
| const std::string& launch_web_url() const { return launch_web_url_; }
|
| - const LaunchContainer launch_container() const { return launch_container_; }
|
| + LaunchContainer launch_container() const { return launch_container_; }
|
|
|
| // Gets the fully resolved absolute launch URL.
|
| GURL GetFullLaunchURL() const;
|
|
|