| Index: chrome/test/live_sync/live_passwords_sync_test.h
 | 
| diff --git a/chrome/test/live_sync/live_passwords_sync_test.h b/chrome/test/live_sync/live_passwords_sync_test.h
 | 
| index 81fe21512298abbb03121c77c3a56dbd08957a08..0830ddd0796161755ddb91248f158b5039bb83e6 100644
 | 
| --- a/chrome/test/live_sync/live_passwords_sync_test.h
 | 
| +++ b/chrome/test/live_sync/live_passwords_sync_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.
 | 
|  
 | 
| @@ -64,7 +64,8 @@ class LivePasswordsSyncTest : public LiveSyncTest {
 | 
|          : PasswordStoreConsumer(), result_(result) {}
 | 
|  
 | 
|      virtual void OnPasswordStoreRequestDone(
 | 
| -        int handle, const std::vector<webkit_glue::PasswordForm*>& result) {
 | 
| +        PasswordStore::Handle handle,
 | 
| +        const std::vector<webkit_glue::PasswordForm*>& result) {
 | 
|        result_.clear();
 | 
|        for (std::vector<webkit_glue::PasswordForm*>::const_iterator it =
 | 
|             result.begin(); it != result.end(); ++it) {
 | 
| 
 |