| Index: chrome/installer/util/chrome_browser_sxs_operations.h
|
| diff --git a/chrome/installer/util/chrome_browser_sxs_operations.h b/chrome/installer/util/chrome_browser_sxs_operations.h
|
| index 37ffba0b5bb769fb50f7c9273a4c62ba148010c3..f4570123145d9dd2d2deecd862bc1987d01aa71f 100644
|
| --- a/chrome/installer/util/chrome_browser_sxs_operations.h
|
| +++ b/chrome/installer/util/chrome_browser_sxs_operations.h
|
| @@ -16,13 +16,11 @@ class ChromeBrowserSxSOperations : public ChromeBrowserOperations {
|
| public:
|
| ChromeBrowserSxSOperations() {}
|
|
|
| - virtual void AppendProductFlags(
|
| - const std::set<std::wstring>& options,
|
| - CommandLine* cmd_line) const OVERRIDE;
|
| + virtual void AppendProductFlags(const std::set<string16>& options,
|
| + CommandLine* cmd_line) const OVERRIDE;
|
|
|
| - virtual void AppendRenameFlags(
|
| - const std::set<std::wstring>& options,
|
| - CommandLine* cmd_line) const OVERRIDE;
|
| + virtual void AppendRenameFlags(const std::set<string16>& options,
|
| + CommandLine* cmd_line) const OVERRIDE;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(ChromeBrowserSxSOperations);
|
|
|