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

Side by Side Diff: components/autofill/core/browser/webdata/autocomplete_sync_bridge.h

Issue 2921903003: Remove base::NonThreadSafe now that all users are gone!! (Closed)
Patch Set: rebase on r477274 Created 3 years, 6 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 unified diff | Download patch
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_AUTOCOMPLETE_SYNC_BRIDGE_H_ 5 #ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_AUTOCOMPLETE_SYNC_BRIDGE_H_
6 #define COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_AUTOCOMPLETE_SYNC_BRIDGE_H_ 6 #define COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_AUTOCOMPLETE_SYNC_BRIDGE_H_
7 7
8 #include <memory> 8 #include <memory>
9 #include <string> 9 #include <string>
10 10
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "base/memory/weak_ptr.h" 12 #include "base/memory/weak_ptr.h"
13 #include "base/optional.h" 13 #include "base/optional.h"
14 #include "base/scoped_observer.h" 14 #include "base/scoped_observer.h"
15 #include "base/supports_user_data.h" 15 #include "base/supports_user_data.h"
16 #include "base/threading/non_thread_safe.h"
17 #include "components/autofill/core/browser/webdata/autofill_change.h" 16 #include "components/autofill/core/browser/webdata/autofill_change.h"
18 #include "components/autofill/core/browser/webdata/autofill_webdata_service_obse rver.h" 17 #include "components/autofill/core/browser/webdata/autofill_webdata_service_obse rver.h"
19 #include "components/sync/model/metadata_change_list.h" 18 #include "components/sync/model/metadata_change_list.h"
20 #include "components/sync/model/model_error.h" 19 #include "components/sync/model/model_error.h"
21 #include "components/sync/model/model_type_sync_bridge.h" 20 #include "components/sync/model/model_type_sync_bridge.h"
22 21
23 namespace autofill { 22 namespace autofill {
24 23
25 class AutofillTable; 24 class AutofillTable;
26 class AutofillWebDataBackend; 25 class AutofillWebDataBackend;
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 79
81 ScopedObserver<AutofillWebDataBackend, AutocompleteSyncBridge> 80 ScopedObserver<AutofillWebDataBackend, AutocompleteSyncBridge>
82 scoped_observer_; 81 scoped_observer_;
83 82
84 DISALLOW_COPY_AND_ASSIGN(AutocompleteSyncBridge); 83 DISALLOW_COPY_AND_ASSIGN(AutocompleteSyncBridge);
85 }; 84 };
86 85
87 } // namespace autofill 86 } // namespace autofill
88 87
89 #endif // COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_AUTOCOMPLETE_SYNC_BRIDGE_H_ 88 #endif // COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_AUTOCOMPLETE_SYNC_BRIDGE_H_
OLDNEW
« no previous file with comments | « chrome/test/base/in_process_browser_test.cc ('k') | components/invalidation/impl/sync_system_resources.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698