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

Unified Diff: chrome/browser/sync/profile_sync_test_util.h

Issue 661410: Improve autofill unit test (Closed)
Patch Set: Remove TODO. Created 10 years, 10 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/browser/sync/profile_sync_service_autofill_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/profile_sync_test_util.h
diff --git a/chrome/browser/sync/profile_sync_test_util.h b/chrome/browser/sync/profile_sync_test_util.h
index e78ab09318513874cac738b80de3cace22aec311..7c73ed1379931f96fd997f56424193350c475a3d 100644
--- a/chrome/browser/sync/profile_sync_test_util.h
+++ b/chrome/browser/sync/profile_sync_test_util.h
@@ -32,12 +32,6 @@ class TestModelAssociator : public ModelAssociatorImpl {
: ModelAssociatorImpl(service, error_handler) {
}
- TestModelAssociator(ProfileSyncService* service,
- WebDatabase* web_database,
- browser_sync::UnrecoverableErrorHandler* error_handler)
- : ModelAssociatorImpl(service, web_database, error_handler) {
- }
-
virtual bool GetSyncIdForTaggedNode(const std::string& tag, int64* sync_id) {
std::wstring tag_wide;
if (!UTF8ToWide(tag.c_str(), tag.length(), &tag_wide)) {
« no previous file with comments | « chrome/browser/sync/profile_sync_service_autofill_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698