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

Unified Diff: chrome/browser/sync/test/integration/apps_helper.h

Issue 2767893002: Remove ScopedVector from chrome/browser/. (Closed)
Patch Set: Address comments from zea@ Created 3 years, 9 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/browser/sync/test/integration/apps_helper.h
diff --git a/chrome/browser/sync/test/integration/apps_helper.h b/chrome/browser/sync/test/integration/apps_helper.h
index 0ca4e1f576ce9bb8a9032dd6159012392d7125ad..5c0d655f91c6c7c5bb4ac8a5e4f53712183f5842 100644
--- a/chrome/browser/sync/test/integration/apps_helper.h
+++ b/chrome/browser/sync/test/integration/apps_helper.h
@@ -5,6 +5,7 @@
#ifndef CHROME_BROWSER_SYNC_TEST_INTEGRATION_APPS_HELPER_H_
#define CHROME_BROWSER_SYNC_TEST_INTEGRATION_APPS_HELPER_H_
+#include <memory>
#include <string>
#include <vector>
@@ -153,7 +154,8 @@ class AppsMatchChecker : public StatusChangeChecker,
content::NotificationRegistrar registrar_;
// This installs apps, too.
- ScopedVector<SyncedExtensionInstaller> synced_extension_installers_;
+ std::vector<std::unique_ptr<SyncedExtensionInstaller>>
+ synced_extension_installers_;
DISALLOW_COPY_AND_ASSIGN(AppsMatchChecker);
};
« no previous file with comments | « chrome/browser/supervised_user/supervised_user_service.cc ('k') | chrome/browser/sync/test/integration/apps_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698