OLD | NEW |
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_THEME_MODEL_ASSOCIATOR_H_ | 5 #ifndef CHROME_BROWSER_SYNC_GLUE_THEME_MODEL_ASSOCIATOR_H_ |
6 #define CHROME_BROWSER_SYNC_GLUE_THEME_MODEL_ASSOCIATOR_H_ | 6 #define CHROME_BROWSER_SYNC_GLUE_THEME_MODEL_ASSOCIATOR_H_ |
7 #pragma once | |
8 | 7 |
9 #include "base/basictypes.h" | 8 #include "base/basictypes.h" |
10 #include "base/compiler_specific.h" | 9 #include "base/compiler_specific.h" |
11 #include "chrome/browser/sync/glue/data_type_error_handler.h" | 10 #include "chrome/browser/sync/glue/data_type_error_handler.h" |
12 #include "chrome/browser/sync/glue/model_associator.h" | 11 #include "chrome/browser/sync/glue/model_associator.h" |
13 #include "sync/internal_api/public/base/model_type.h" | 12 #include "sync/internal_api/public/base/model_type.h" |
14 | 13 |
15 class ProfileSyncService; | 14 class ProfileSyncService; |
16 | 15 |
17 namespace browser_sync { | 16 namespace browser_sync { |
(...skipping 22 matching lines...) Expand all Loading... |
40 private: | 39 private: |
41 ProfileSyncService* sync_service_; | 40 ProfileSyncService* sync_service_; |
42 DataTypeErrorHandler* error_handler_; | 41 DataTypeErrorHandler* error_handler_; |
43 | 42 |
44 DISALLOW_COPY_AND_ASSIGN(ThemeModelAssociator); | 43 DISALLOW_COPY_AND_ASSIGN(ThemeModelAssociator); |
45 }; | 44 }; |
46 | 45 |
47 } // namespace browser_sync | 46 } // namespace browser_sync |
48 | 47 |
49 #endif // CHROME_BROWSER_SYNC_GLUE_THEME_MODEL_ASSOCIATOR_H_ | 48 #endif // CHROME_BROWSER_SYNC_GLUE_THEME_MODEL_ASSOCIATOR_H_ |
OLD | NEW |