| Index: chrome/browser/ui/views/toolbar/reload_button.h
|
| diff --git a/chrome/browser/ui/views/reload_button.h b/chrome/browser/ui/views/toolbar/reload_button.h
|
| similarity index 95%
|
| rename from chrome/browser/ui/views/reload_button.h
|
| rename to chrome/browser/ui/views/toolbar/reload_button.h
|
| index 94b60173528493f1508443c91c5a1f7785771cbd..16aea31abb8376a4753881677da31ad927d9ce4d 100644
|
| --- a/chrome/browser/ui/views/reload_button.h
|
| +++ b/chrome/browser/ui/views/toolbar/reload_button.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_RELOAD_BUTTON_H__
|
| -#define CHROME_BROWSER_UI_VIEWS_RELOAD_BUTTON_H__
|
| +#ifndef CHROME_BROWSER_UI_VIEWS_TOOLBAR_RELOAD_BUTTON_H__
|
| +#define CHROME_BROWSER_UI_VIEWS_TOOLBAR_RELOAD_BUTTON_H__
|
|
|
| #include "base/basictypes.h"
|
| #include "base/gtest_prod_util.h"
|
| @@ -118,4 +118,4 @@ class ReloadButton : public views::ButtonDropDown,
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(ReloadButton);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_UI_VIEWS_RELOAD_BUTTON_H__
|
| +#endif // CHROME_BROWSER_UI_VIEWS_TOOLBAR_RELOAD_BUTTON_H__
|
|
|