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

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

Issue 94013004: Add base:: to string16s in chrome/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: try again Created 7 years 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 f4570123145d9dd2d2deecd862bc1987d01aa71f..5c82a3c2df280f76d7d4129540b6ddc6ca491054 100644
--- a/chrome/installer/util/chrome_browser_sxs_operations.h
+++ b/chrome/installer/util/chrome_browser_sxs_operations.h
@@ -16,10 +16,10 @@ class ChromeBrowserSxSOperations : public ChromeBrowserOperations {
public:
ChromeBrowserSxSOperations() {}
- virtual void AppendProductFlags(const std::set<string16>& options,
+ virtual void AppendProductFlags(const std::set<base::string16>& options,
CommandLine* cmd_line) const OVERRIDE;
- virtual void AppendRenameFlags(const std::set<string16>& options,
+ virtual void AppendRenameFlags(const std::set<base::string16>& options,
CommandLine* cmd_line) const OVERRIDE;
private:
« 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