| Index: chrome/browser/sync/abstract_profile_sync_service_test.h
|
| diff --git a/chrome/browser/sync/abstract_profile_sync_service_test.h b/chrome/browser/sync/abstract_profile_sync_service_test.h
|
| index 522af540163518f0391b7b17244dcb662064f9ee..8e67378ce115a33b429d6a2e80f9726cd613f7bd 100644
|
| --- a/chrome/browser/sync/abstract_profile_sync_service_test.h
|
| +++ b/chrome/browser/sync/abstract_profile_sync_service_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.
|
|
|
| @@ -40,6 +40,7 @@ class ProfileSyncServiceTestHelper {
|
| class AbstractProfileSyncServiceTest : public testing::Test {
|
| public:
|
| AbstractProfileSyncServiceTest();
|
| + virtual ~AbstractProfileSyncServiceTest();
|
|
|
| bool CreateRoot(syncable::ModelType model_type);
|
|
|
|
|