| 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 #include "base/values.h" | 5 #include "base/values.h" |
| 6 #include "build/build_config.h" | 6 #include "build/build_config.h" |
| 7 #include "chrome/browser/extensions/api/top_sites/top_sites_api.h" | 7 #include "chrome/browser/extensions/api/top_sites/top_sites_api.h" |
| 8 #include "chrome/browser/extensions/extension_function_test_utils.h" | 8 #include "chrome/browser/extensions/extension_function_test_utils.h" |
| 9 #include "chrome/browser/history/top_sites.h" | 9 #include "chrome/browser/history/top_sites.h" |
| 10 #include "chrome/browser/profiles/profile.h" | 10 #include "chrome/browser/profiles/profile.h" |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 base::MessageLoop::current()->Quit(); | 45 base::MessageLoop::current()->Quit(); |
| 46 waiting_ = false; | 46 waiting_ = false; |
| 47 } | 47 } |
| 48 top_sites_inited_ = true; | 48 top_sites_inited_ = true; |
| 49 } | 49 } |
| 50 | 50 |
| 51 bool top_sites_inited_; | 51 bool top_sites_inited_; |
| 52 bool waiting_; | 52 bool waiting_; |
| 53 }; | 53 }; |
| 54 | 54 |
error: old chunk mismatch |
None
| OLD | NEW |