| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_constants.h
|
| diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_constants.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_constants.h
|
| index cdae99d99ca367e91112b8064054d6c582846603..771048086b2448d68c03c56f8c701557899ad806 100644
|
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_constants.h
|
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_constants.h
|
| @@ -2,10 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Constants used for positioning the bookmark bar. These aren't placed in a
|
| -// different file because they're conditionally included in cross platform code
|
| -// and thus no Objective-C++ stuff.
|
| -
|
| #ifndef CHROME_BROWSER_UI_COCOA_BOOKMARKS_BOOKMARK_BAR_CONSTANTS_H_
|
| #define CHROME_BROWSER_UI_COCOA_BOOKMARKS_BOOKMARK_BAR_CONSTANTS_H_
|
|
|
| @@ -13,6 +9,9 @@
|
|
|
| #include "chrome/browser/ui/bookmarks/bookmark_bar_constants.h"
|
|
|
| +// Constants used for positioning the bookmark bar. These aren't placed in a
|
| +// different file because they're conditionally included in cross platform code
|
| +// and thus no Objective-C++ stuff.
|
| namespace bookmarks {
|
|
|
| // Correction used for computing other values based on the height.
|
|
|