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

Unified Diff: chrome/test/live_sync/live_sync_test.cc

Issue 7461109: Allow sync integration tests to operate on multiple datatypes: Typed Urls (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR feedback; rebase Created 9 years, 4 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/test/live_sync/bookmarks_helper.cc ('k') | chrome/test/live_sync/live_typed_urls_sync_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/live_sync/live_sync_test.cc
diff --git a/chrome/test/live_sync/live_sync_test.cc b/chrome/test/live_sync/live_sync_test.cc
index a8171e2b9fc5a45901a6325c2d1805fed1e76490..fd2339781fe1bb0fd3e4750144665475abbb4ec2 100644
--- a/chrome/test/live_sync/live_sync_test.cc
+++ b/chrome/test/live_sync/live_sync_test.cc
@@ -114,7 +114,7 @@ LiveSyncTest::LiveSyncTest(TestType test_type)
use_verifier_(true),
test_server_handle_(base::kNullProcessHandle) {
InProcessBrowserTest::set_show_window(true);
- SyncDatatypeHelper::AssociateWithTest(this);
+ sync_datatype_helper::AssociateWithTest(this);
switch (test_type_) {
case SINGLE_CLIENT: {
num_clients_ = 1;
« no previous file with comments | « chrome/test/live_sync/bookmarks_helper.cc ('k') | chrome/test/live_sync/live_typed_urls_sync_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698