| Index: chrome/test/live_sync/live_sync_test.h
|
| ===================================================================
|
| --- chrome/test/live_sync/live_sync_test.h (revision 97284)
|
| +++ chrome/test/live_sync/live_sync_test.h (working copy)
|
| @@ -236,7 +236,7 @@
|
| // Collection of sync profiles used by a test. A sync profile maintains sync
|
| // data contained within its own subdirectory under the chrome user data
|
| // directory.
|
| - ScopedVector<Profile> profiles_;
|
| + std::vector<Profile*> profiles_;
|
|
|
| // Collection of sync clients used by a test. A sync client is associated with
|
| // a sync profile, and implements methods that sync the contents of the
|
| @@ -246,7 +246,7 @@
|
| // Sync profile against which changes to individual profiles are verified. We
|
| // don't need a corresponding verifier sync client because the contents of the
|
| // verifier profile are strictly local, and are not meant to be synced.
|
| - scoped_ptr<Profile> verifier_;
|
| + Profile* verifier_;
|
|
|
| // Indicates whether changes to a profile should also change the verifier
|
| // profile or not.
|
|
|