| Index: chrome/browser/ui/views/toolbar/home_button.h
|
| diff --git a/chrome/browser/ui/views/home_button.h b/chrome/browser/ui/views/toolbar/home_button.h
|
| similarity index 84%
|
| rename from chrome/browser/ui/views/home_button.h
|
| rename to chrome/browser/ui/views/toolbar/home_button.h
|
| index 01e85ab233618ef5e8c773cfce687f5d3dac6822..5a1657c8ddeb1a5d0a4bf6feaadf5fbbdf1d6856 100644
|
| --- a/chrome/browser/ui/views/home_button.h
|
| +++ b/chrome/browser/ui/views/toolbar/home_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_HOME_BUTTON_H_
|
| -#define CHROME_BROWSER_UI_VIEWS_HOME_BUTTON_H_
|
| +#ifndef CHROME_BROWSER_UI_VIEWS_TOOLBAR_HOME_BUTTON_H_
|
| +#define CHROME_BROWSER_UI_VIEWS_TOOLBAR_HOME_BUTTON_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| @@ -30,4 +30,4 @@ class HomeImageButton : public views::ImageButton {
|
| DISALLOW_COPY_AND_ASSIGN(HomeImageButton);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_UI_VIEWS_HOME_BUTTON_H_
|
| +#endif // CHROME_BROWSER_UI_VIEWS_TOOLBAR_HOME_BUTTON_H_
|
|
|