Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4667)

Unified Diff: chrome/installer/util/chrome_browser_sxs_operations.h

Issue 2621923002: Product cleanups in the wake of multi-install removal. (Closed)
Patch Set: sync to position 442831 Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 2d975d1f7b6b5174448b535a8a203ba5ea51a913..3f9e43eb19f7475919b075c25275d5d4da772ca8 100644
--- a/chrome/installer/util/chrome_browser_sxs_operations.h
+++ b/chrome/installer/util/chrome_browser_sxs_operations.h
@@ -5,7 +5,6 @@
#ifndef CHROME_INSTALLER_UTIL_CHROME_BROWSER_SXS_OPERATIONS_H_
#define CHROME_INSTALLER_UTIL_CHROME_BROWSER_SXS_OPERATIONS_H_
-#include "base/compiler_specific.h"
#include "base/macros.h"
#include "chrome/installer/util/chrome_browser_operations.h"
@@ -16,11 +15,9 @@ class ChromeBrowserSxSOperations : public ChromeBrowserOperations {
public:
ChromeBrowserSxSOperations() {}
- void AppendProductFlags(const std::set<base::string16>& options,
- base::CommandLine* cmd_line) const override;
+ void AppendProductFlags(base::CommandLine* cmd_line) const override;
- void AppendRenameFlags(const std::set<base::string16>& options,
- base::CommandLine* cmd_line) const override;
+ void AppendRenameFlags(base::CommandLine* cmd_line) const override;
private:
DISALLOW_COPY_AND_ASSIGN(ChromeBrowserSxSOperations);
« no previous file with comments | « chrome/installer/util/chrome_browser_operations.cc ('k') | chrome/installer/util/chrome_browser_sxs_operations.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698