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

Side by Side Diff: chrome/browser/sync/internal_api/sync_manager.h

Issue 8699011: Use callback_forward.h instead of callback.h where possible. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove callback_forward.h, which was committed as part of a separate CL. Created 9 years 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/sync/glue/sync_backend_host_mock.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 CHROME_BROWSER_SYNC_INTERNAL_API_SYNC_MANAGER_H_ 5 #ifndef CHROME_BROWSER_SYNC_INTERNAL_API_SYNC_MANAGER_H_
6 #define CHROME_BROWSER_SYNC_INTERNAL_API_SYNC_MANAGER_H_ 6 #define CHROME_BROWSER_SYNC_INTERNAL_API_SYNC_MANAGER_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/basictypes.h" 11 #include "base/basictypes.h"
12 #include "base/callback.h" 12 #include "base/callback_forward.h"
13 #include "base/threading/thread_checker.h" 13 #include "base/threading/thread_checker.h"
14 #include "chrome/browser/sync/internal_api/change_record.h" 14 #include "chrome/browser/sync/internal_api/change_record.h"
15 #include "chrome/browser/sync/internal_api/configure_reason.h" 15 #include "chrome/browser/sync/internal_api/configure_reason.h"
16 #include "chrome/browser/sync/protocol/sync_protocol_error.h" 16 #include "chrome/browser/sync/protocol/sync_protocol_error.h"
17 #include "chrome/browser/sync/syncable/model_type.h" 17 #include "chrome/browser/sync/syncable/model_type.h"
18 #include "chrome/browser/sync/util/weak_handle.h" 18 #include "chrome/browser/sync/util/weak_handle.h"
19 #include "chrome/common/net/gaia/google_service_auth_error.h" 19 #include "chrome/common/net/gaia/google_service_auth_error.h"
20 20
21 class FilePath; 21 class FilePath;
22 22
(...skipping 574 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 syncable::ModelTypeSet GetTypesWithEmptyProgressMarkerToken( 597 syncable::ModelTypeSet GetTypesWithEmptyProgressMarkerToken(
598 const syncable::ModelTypeSet types, 598 const syncable::ModelTypeSet types,
599 sync_api::UserShare* share); 599 sync_api::UserShare* share);
600 600
601 // Returns the string representation of a PassphraseRequiredReason value. 601 // Returns the string representation of a PassphraseRequiredReason value.
602 std::string PassphraseRequiredReasonToString(PassphraseRequiredReason reason); 602 std::string PassphraseRequiredReasonToString(PassphraseRequiredReason reason);
603 603
604 } // namespace sync_api 604 } // namespace sync_api
605 605
606 #endif // CHROME_BROWSER_SYNC_INTERNAL_API_SYNC_MANAGER_H_ 606 #endif // CHROME_BROWSER_SYNC_INTERNAL_API_SYNC_MANAGER_H_
OLDNEW
« no previous file with comments | « chrome/browser/sync/glue/sync_backend_host_mock.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698