Index: chrome/browser/ui/search/search_ui.cc |
diff --git a/chrome/browser/ui/search/search_ui.cc b/chrome/browser/ui/search/search_ui.cc |
deleted file mode 100644 |
index ba50a12382986bdacc93ec20b960f14a30a52b53..0000000000000000000000000000000000000000 |
--- a/chrome/browser/ui/search/search_ui.cc |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#include "chrome/browser/ui/search/search_ui.h" |
- |
-#include "chrome/browser/profiles/profile.h" |
-#include "chrome/browser/themes/theme_service.h" |
-#include "chrome/browser/themes/theme_service_factory.h" |
-#include "chrome/browser/ui/search/search.h" |
-#include "grit/theme_resources.h" |
- |
-namespace chrome { |
-namespace search { |
- |
-const int kMinContentHeightForBottomBookmarkBar = 558; |
- |
-} // namespace search |
-} // namespace chrome |