OLD | NEW |
| (Empty) |
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 | |
3 // found in the LICENSE file. | |
4 | |
5 #include "chrome/browser/ui/search/search_ui.h" | |
6 | |
7 #include "chrome/browser/profiles/profile.h" | |
8 #include "chrome/browser/themes/theme_service.h" | |
9 #include "chrome/browser/themes/theme_service_factory.h" | |
10 #include "chrome/browser/ui/search/search.h" | |
11 #include "grit/theme_resources.h" | |
12 | |
13 namespace chrome { | |
14 namespace search { | |
15 | |
16 const int kMinContentHeightForBottomBookmarkBar = 558; | |
17 | |
18 } // namespace search | |
19 } // namespace chrome | |
OLD | NEW |