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

Unified Diff: components/domain_reliability/beacon.h

Issue 2613223002: Remove ScopedVector from base::JSONValueConverter (Closed)
Patch Set: Rebase and address comments from mmenke@ 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
« no previous file with comments | « chrome/browser/ui/webui/chromeos/drive_internals_ui.cc ('k') | components/domain_reliability/beacon.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/domain_reliability/beacon.h
diff --git a/components/domain_reliability/beacon.h b/components/domain_reliability/beacon.h
index 2162b58f85c2237de4407973935f3be0c1919340..8d352b9190a1f390ed31a6ae8abc0e3766779959 100644
--- a/components/domain_reliability/beacon.h
+++ b/components/domain_reliability/beacon.h
@@ -8,7 +8,6 @@
#include <memory>
#include <string>
-#include "base/memory/scoped_vector.h"
#include "base/time/time.h"
#include "components/domain_reliability/domain_reliability_export.h"
#include "net/base/net_error_details.h"
@@ -40,7 +39,7 @@ struct DOMAIN_RELIABILITY_EXPORT DomainReliabilityBeacon {
base::TimeTicks upload_time,
base::TimeTicks last_network_change_time,
const GURL& collector_url,
- const ScopedVector<std::string>& path_prefixes) const;
+ const std::vector<std::unique_ptr<std::string>>& path_prefixes) const;
// The URL that the beacon is reporting on, if included.
GURL url;
« no previous file with comments | « chrome/browser/ui/webui/chromeos/drive_internals_ui.cc ('k') | components/domain_reliability/beacon.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698