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

Unified Diff: chrome/browser/sync/test/integration/profile_sync_service_harness.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/profile_sync_service_harness.h
diff --git a/chrome/browser/sync/test/integration/profile_sync_service_harness.h b/chrome/browser/sync/test/integration/profile_sync_service_harness.h
index 42ca64008d2115528b34777171673509643ed9e6..958f1732000f03d89dbf8565aba2772b121083d3 100644
--- a/chrome/browser/sync/test/integration/profile_sync_service_harness.h
+++ b/chrome/browser/sync/test/integration/profile_sync_service_harness.h
@@ -39,7 +39,7 @@ class ProfileSyncServiceHarness {
UI_SIGNIN
};
- static ProfileSyncServiceHarness* Create(
+ static std::unique_ptr<ProfileSyncServiceHarness> Create(
Profile* profile,
const std::string& username,
const std::string& password,

Powered by Google App Engine
This is Rietveld 408576698