| Index: chrome/browser/sync/sync_setup_flow.h
|
| diff --git a/chrome/browser/sync/sync_setup_flow.h b/chrome/browser/sync/sync_setup_flow.h
|
| index 6582572a83f569ff1e57282efba7e555aefa8055..0e759df71137ab3ec22a3838d8ed134fd0827c60 100644
|
| --- a/chrome/browser/sync/sync_setup_flow.h
|
| +++ b/chrome/browser/sync/sync_setup_flow.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2006-2008 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.
|
|
|
| @@ -26,6 +26,9 @@ class SyncSetupFlowContainer;
|
| // This can be stored or passed around when the configuration is managed
|
| // by multiple stages of the wizard.
|
| struct SyncConfiguration {
|
| + SyncConfiguration();
|
| + ~SyncConfiguration();
|
| +
|
| bool sync_everything;
|
| syncable::ModelTypeSet data_types;
|
| bool use_secondary_passphrase;
|
|
|