summaryrefslogtreecommitdiffstats
path: root/chrome/test/sync/engine/syncer_command_test.h
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-22 21:52:44 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-22 21:52:44 +0000
commitab44ef0ed3524ac26a5486d0e071c689f98d7087 (patch)
treeeb8f189e05e1d3087822785127399e5961fe4a3a /chrome/test/sync/engine/syncer_command_test.h
parent3dec196bbf9945f96ab4a30802f238cda8518087 (diff)
downloadchromium_src-ab44ef0ed3524ac26a5486d0e071c689f98d7087.zip
chromium_src-ab44ef0ed3524ac26a5486d0e071c689f98d7087.tar.gz
chromium_src-ab44ef0ed3524ac26a5486d0e071c689f98d7087.tar.bz2
[Sync] Move TypePayloadMap into its own file
Also rename it to ModelTypePayloadMap. BUG=None TEST= Review URL: http://codereview.chromium.org/6718024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79046 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/sync/engine/syncer_command_test.h')
-rw-r--r--chrome/test/sync/engine/syncer_command_test.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/test/sync/engine/syncer_command_test.h b/chrome/test/sync/engine/syncer_command_test.h
index 6225f0f..34da231 100644
--- a/chrome/test/sync/engine/syncer_command_test.h
+++ b/chrome/test/sync/engine/syncer_command_test.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -87,9 +87,9 @@ class SyncerCommandTestWithParam : public testing::TestWithParam<T>,
// Lazily create a session requesting all datatypes with no payload.
sessions::SyncSession* session() {
- sessions::TypePayloadMap types =
- sessions::MakeTypePayloadMapFromRoutingInfo(routing_info_,
- std::string());
+ syncable::ModelTypePayloadMap types =
+ syncable::ModelTypePayloadMapFromRoutingInfo(routing_info_,
+ std::string());
return session(sessions::SyncSourceInfo(types));
}