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

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

Issue 7719011: Move some files from sync/engine to internal_api (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 4 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 | Annotate | Revision Log
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 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
11 #include "base/callback_old.h" 11 #include "base/callback_old.h"
12 #include "base/memory/linked_ptr.h" 12 #include "base/memory/linked_ptr.h"
13 #include "chrome/browser/sync/engine/configure_reason.h" 13 #include "chrome/browser/sync/internal_api/configure_reason.h"
14 #include "chrome/browser/sync/protocol/password_specifics.pb.h" 14 #include "chrome/browser/sync/protocol/password_specifics.pb.h"
15 #include "chrome/browser/sync/syncable/model_type.h" 15 #include "chrome/browser/sync/syncable/model_type.h"
16 #include "chrome/browser/sync/weak_handle.h" 16 #include "chrome/browser/sync/weak_handle.h"
17 #include "chrome/common/net/gaia/google_service_auth_error.h" 17 #include "chrome/common/net/gaia/google_service_auth_error.h"
18 18
19 class FilePath; 19 class FilePath;
20 20
21 namespace base { 21 namespace base {
22 class DictionaryValue; 22 class DictionaryValue;
23 } // namespace base 23 } // namespace base
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 }; 537 };
538 538
539 bool InitialSyncEndedForTypes(syncable::ModelTypeSet types, UserShare* share); 539 bool InitialSyncEndedForTypes(syncable::ModelTypeSet types, UserShare* share);
540 540
541 // Returns the string representation of a PassphraseRequiredReason value. 541 // Returns the string representation of a PassphraseRequiredReason value.
542 std::string PassphraseRequiredReasonToString(PassphraseRequiredReason reason); 542 std::string PassphraseRequiredReasonToString(PassphraseRequiredReason reason);
543 543
544 } // namespace sync_api 544 } // namespace sync_api
545 545
546 #endif // CHROME_BROWSER_SYNC_INTERNAL_API_SYNC_MANAGER_H_ 546 #endif // CHROME_BROWSER_SYNC_INTERNAL_API_SYNC_MANAGER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698