summaryrefslogtreecommitdiffstats
path: root/chrome/browser/flags_storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/flags_storage.h')
-rw-r--r--chrome/browser/flags_storage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/flags_storage.h b/chrome/browser/flags_storage.h
index 13efbb6..0651f00 100644
--- a/chrome/browser/flags_storage.h
+++ b/chrome/browser/flags_storage.h
@@ -20,7 +20,7 @@ class FlagsStorage {
// Retrieves the flags as a set of strings.
virtual std::set<std::string> GetFlags() = 0;
// Stores the |flags| and returns true on success.
- virtual bool SetFlags(std::set<std::string> flags) = 0;
+ virtual bool SetFlags(const std::set<std::string>& flags) = 0;
};
} // namespace about_flags