| OLD | NEW |
| 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2006-2008 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 #include "chrome/browser/sync/personalization.h" | 7 #include "chrome/browser/sync/personalization.h" |
| 8 | 8 |
| 9 #include "app/resource_bundle.h" | 9 #include "app/resource_bundle.h" |
| 10 #include "base/command_line.h" | 10 #include "base/command_line.h" |
| (...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 ResourceBundle::GetSharedInstance().GetRawDataResource( | 330 ResourceBundle::GetSharedInstance().GetRawDataResource( |
| 331 IDR_ABOUT_SYNC_HTML)); | 331 IDR_ABOUT_SYNC_HTML)); |
| 332 | 332 |
| 333 return jstemplate_builder::GetTemplateHtml( | 333 return jstemplate_builder::GetTemplateHtml( |
| 334 sync_html, &strings , "t" /* template root node id */); | 334 sync_html, &strings , "t" /* template root node id */); |
| 335 } | 335 } |
| 336 | 336 |
| 337 } // namespace Personalization | 337 } // namespace Personalization |
| 338 | 338 |
| 339 #endif | 339 #endif |
| OLD | NEW |