| Index: chrome/browser/ui/views/toolbar/wrench_toolbar_button.h
|
| diff --git a/chrome/browser/ui/views/wrench_toolbar_button.h b/chrome/browser/ui/views/toolbar/wrench_toolbar_button.h
|
| similarity index 79%
|
| rename from chrome/browser/ui/views/wrench_toolbar_button.h
|
| rename to chrome/browser/ui/views/toolbar/wrench_toolbar_button.h
|
| index e7855942136f9729f057548d7f2bf89d9987bef9..e58a8156b65063259f918570090c9fd59e00b500 100644
|
| --- a/chrome/browser/ui/views/wrench_toolbar_button.h
|
| +++ b/chrome/browser/ui/views/toolbar/wrench_toolbar_button.h
|
| @@ -2,12 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_UI_VIEWS_WRENCH_TOOLBAR_BUTTON_H_
|
| -#define CHROME_BROWSER_UI_VIEWS_WRENCH_TOOLBAR_BUTTON_H_
|
| +#ifndef CHROME_BROWSER_UI_VIEWS_TOOLBAR_WRENCH_TOOLBAR_BUTTON_H_
|
| +#define CHROME_BROWSER_UI_VIEWS_TOOLBAR_WRENCH_TOOLBAR_BUTTON_H_
|
|
|
| #include "chrome/browser/ui/toolbar/wrench_icon_painter.h"
|
| #include "ui/views/controls/button/menu_button.h"
|
|
|
| +// TODO(gbillock): Rename this? No longer a wrench.
|
| class WrenchToolbarButton : public views::MenuButton,
|
| public WrenchIconPainter::Delegate {
|
| public:
|
| @@ -30,4 +31,4 @@ class WrenchToolbarButton : public views::MenuButton,
|
| DISALLOW_COPY_AND_ASSIGN(WrenchToolbarButton);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_UI_VIEWS_WRENCH_TOOLBAR_BUTTON_H_
|
| +#endif // CHROME_BROWSER_UI_VIEWS_TOOLBAR_WRENCH_TOOLBAR_BUTTON_H_
|
|
|