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

Side by Side Diff: chrome/browser/sync/glue/session_model_associator.h

Issue 10690071: [Sync] Move model_type* from syncable/ to base/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_GLUE_SESSION_MODEL_ASSOCIATOR_H_ 5 #ifndef CHROME_BROWSER_SYNC_GLUE_SESSION_MODEL_ASSOCIATOR_H_
6 #define CHROME_BROWSER_SYNC_GLUE_SESSION_MODEL_ASSOCIATOR_H_ 6 #define CHROME_BROWSER_SYNC_GLUE_SESSION_MODEL_ASSOCIATOR_H_
7 #pragma once 7 #pragma once
8 8
9 #include <map> 9 #include <map>
10 #include <set> 10 #include <set>
(...skipping 12 matching lines...) Expand all
23 #include "base/utf_string_conversions.h" 23 #include "base/utf_string_conversions.h"
24 #include "chrome/browser/favicon/favicon_service.h" 24 #include "chrome/browser/favicon/favicon_service.h"
25 #include "chrome/browser/sessions/session_id.h" 25 #include "chrome/browser/sessions/session_id.h"
26 #include "chrome/browser/sessions/session_service.h" 26 #include "chrome/browser/sessions/session_service.h"
27 #include "chrome/browser/sessions/session_types.h" 27 #include "chrome/browser/sessions/session_types.h"
28 #include "chrome/browser/sync/glue/data_type_error_handler.h" 28 #include "chrome/browser/sync/glue/data_type_error_handler.h"
29 #include "chrome/browser/sync/glue/model_associator.h" 29 #include "chrome/browser/sync/glue/model_associator.h"
30 #include "chrome/browser/sync/glue/synced_session_tracker.h" 30 #include "chrome/browser/sync/glue/synced_session_tracker.h"
31 #include "chrome/browser/sync/glue/synced_tab_delegate.h" 31 #include "chrome/browser/sync/glue/synced_tab_delegate.h"
32 #include "chrome/browser/sync/glue/synced_window_delegate.h" 32 #include "chrome/browser/sync/glue/synced_window_delegate.h"
33 #include "sync/internal_api/public/syncable/model_type.h" 33 #include "sync/internal_api/public/base/model_type.h"
34 34
35 class Prefservice; 35 class Prefservice;
36 class Profile; 36 class Profile;
37 class ProfileSyncService; 37 class ProfileSyncService;
38 38
39 namespace content { 39 namespace content {
40 class NavigationEntry; 40 class NavigationEntry;
41 } // namespace content 41 } // namespace content
42 42
43 namespace syncer { 43 namespace syncer {
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 std::map<std::string, linked_ptr<SyncedFaviconInfo> > synced_favicons_; 559 std::map<std::string, linked_ptr<SyncedFaviconInfo> > synced_favicons_;
560 // Map of page URL -> favicon url. 560 // Map of page URL -> favicon url.
561 std::map<std::string, std::string> synced_favicon_pages_; 561 std::map<std::string, std::string> synced_favicon_pages_;
562 562
563 DISALLOW_COPY_AND_ASSIGN(SessionModelAssociator); 563 DISALLOW_COPY_AND_ASSIGN(SessionModelAssociator);
564 }; 564 };
565 565
566 } // namespace browser_sync 566 } // namespace browser_sync
567 567
568 #endif // CHROME_BROWSER_SYNC_GLUE_SESSION_MODEL_ASSOCIATOR_H_ 568 #endif // CHROME_BROWSER_SYNC_GLUE_SESSION_MODEL_ASSOCIATOR_H_
OLDNEW
« no previous file with comments | « chrome/browser/sync/glue/session_change_processor.cc ('k') | chrome/browser/sync/glue/session_model_associator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698