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

Unified Diff: chromeos/settings/timezone_settings.h

Issue 2387783002: Remove stl_util's deletion functions from chromeos/. (Closed)
Patch Set: armansito Created 4 years, 2 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
« no previous file with comments | « chromeos/network/policy_util.cc ('k') | chromeos/settings/timezone_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/settings/timezone_settings.h
diff --git a/chromeos/settings/timezone_settings.h b/chromeos/settings/timezone_settings.h
index 7ab0084b00837088d2105591192a15695933747e..b504cc66d35ac645ae2482b10cded028dffe13fb 100644
--- a/chromeos/settings/timezone_settings.h
+++ b/chromeos/settings/timezone_settings.h
@@ -42,7 +42,8 @@ class CHROMEOS_EXPORT TimezoneSettings {
virtual void AddObserver(Observer* observer) = 0;
virtual void RemoveObserver(Observer* observer) = 0;
- virtual const std::vector<icu::TimeZone*>& GetTimezoneList() const = 0;
+ virtual const std::vector<std::unique_ptr<icu::TimeZone>>& GetTimezoneList()
+ const = 0;
// Gets timezone ID which is also used as timezone pref value.
static base::string16 GetTimezoneID(const icu::TimeZone& timezone);
« no previous file with comments | « chromeos/network/policy_util.cc ('k') | chromeos/settings/timezone_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698