| 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 "chrome/browser/ui/search/search_ui.h" | 5 #include "chrome/browser/ui/search/search_ui.h" |
| 6 | 6 |
| 7 #include "chrome/browser/profiles/profile.h" | 7 #include "chrome/browser/profiles/profile.h" |
| 8 #include "chrome/browser/themes/theme_service.h" | 8 #include "chrome/browser/themes/theme_service.h" |
| 9 #include "chrome/browser/themes/theme_service_factory.h" | 9 #include "chrome/browser/themes/theme_service_factory.h" |
| 10 #include "chrome/browser/ui/search/search.h" | 10 #include "chrome/browser/ui/search/search.h" |
| 11 #include "grit/theme_resources.h" | 11 #include "grit/theme_resources.h" |
| 12 | 12 |
| 13 namespace chrome { | 13 namespace chrome { |
| 14 namespace search { | 14 namespace search { |
| 15 | 15 |
| 16 const int kMinContentHeightForBottomBookmarkBar = 505; | 16 const int kMinContentHeightForBottomBookmarkBar = 513; |
| 17 | 17 |
| 18 } // namespace search | 18 } // namespace search |
| 19 } // namespace chrome | 19 } // namespace chrome |
| OLD | NEW |