| Index: chrome/browser/ui/views/toolbar/wrench_menu.h
|
| diff --git a/chrome/browser/ui/views/wrench_menu.h b/chrome/browser/ui/views/toolbar/wrench_menu.h
|
| similarity index 97%
|
| rename from chrome/browser/ui/views/wrench_menu.h
|
| rename to chrome/browser/ui/views/toolbar/wrench_menu.h
|
| index 7545a0e0ca65a6b9c186a5ebd0af838d5cfbdefb..0e67525dc0e067192dedd57dc60f67b04d3e7466 100644
|
| --- a/chrome/browser/ui/views/wrench_menu.h
|
| +++ b/chrome/browser/ui/views/toolbar/wrench_menu.h
|
| @@ -2,8 +2,8 @@
|
| // 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_MENU_H_
|
| -#define CHROME_BROWSER_UI_VIEWS_WRENCH_MENU_H_
|
| +#ifndef CHROME_BROWSER_UI_VIEWS_TOOLBAR_WRENCH_MENU_H_
|
| +#define CHROME_BROWSER_UI_VIEWS_TOOLBAR_WRENCH_MENU_H_
|
|
|
| #include <map>
|
| #include <utility>
|
| @@ -190,4 +190,4 @@ class WrenchMenu : public views::MenuDelegate,
|
| DISALLOW_COPY_AND_ASSIGN(WrenchMenu);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_UI_VIEWS_WRENCH_MENU_H_
|
| +#endif // CHROME_BROWSER_UI_VIEWS_TOOLBAR_WRENCH_MENU_H_
|
|
|