| OLD | NEW |
| 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2009 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 #ifdef CHROME_PERSONALIZATION | 5 #ifdef CHROME_PERSONALIZATION |
| 6 | 6 |
| 7 #ifndef CHROME_BROWSER_SYNC_SYNC_STATUS_UI_HELPER_H_ | 7 #ifndef CHROME_BROWSER_SYNC_SYNC_STATUS_UI_HELPER_H_ |
| 8 #define CHROME_BROWSER_SYNC_SYNC_STATUS_UI_HELPER_H_ | 8 #define CHROME_BROWSER_SYNC_SYNC_STATUS_UI_HELPER_H_ |
| 9 | 9 |
| 10 #include "base/string16.h" | 10 #include "base/string16.h" |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 // by querying |service|. | 25 // by querying |service|. |
| 26 static MessageType GetLabels(ProfileSyncService* service, | 26 static MessageType GetLabels(ProfileSyncService* service, |
| 27 std::wstring* status_label, | 27 std::wstring* status_label, |
| 28 std::wstring* link_label); | 28 std::wstring* link_label); |
| 29 private: | 29 private: |
| 30 DISALLOW_IMPLICIT_CONSTRUCTORS(SyncStatusUIHelper); | 30 DISALLOW_IMPLICIT_CONSTRUCTORS(SyncStatusUIHelper); |
| 31 }; | 31 }; |
| 32 | 32 |
| 33 #endif // CHROME_BROWSER_SYNC_SYNC_STATUS_UI_HELPER_H_ | 33 #endif // CHROME_BROWSER_SYNC_SYNC_STATUS_UI_HELPER_H_ |
| 34 #endif // CHROME_PERSONALIZATION | 34 #endif // CHROME_PERSONALIZATION |
| OLD | NEW |