| Index: chrome/browser/ui/views/profiles/avatar_button.h
|
| diff --git a/chrome/browser/ui/views/profiles/new_avatar_button.h b/chrome/browser/ui/views/profiles/avatar_button.h
|
| similarity index 93%
|
| rename from chrome/browser/ui/views/profiles/new_avatar_button.h
|
| rename to chrome/browser/ui/views/profiles/avatar_button.h
|
| index 5cbcb617359b115af693793aa9c098f77ebba766..4bab5aca8d72c15b45151f426af6a13df1b114a4 100644
|
| --- a/chrome/browser/ui/views/profiles/new_avatar_button.h
|
| +++ b/chrome/browser/ui/views/profiles/avatar_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_PROFILES_NEW_AVATAR_BUTTON_H_
|
| -#define CHROME_BROWSER_UI_VIEWS_PROFILES_NEW_AVATAR_BUTTON_H_
|
| +#ifndef CHROME_BROWSER_UI_VIEWS_PROFILES_AVATAR_BUTTON_H_
|
| +#define CHROME_BROWSER_UI_VIEWS_PROFILES_AVATAR_BUTTON_H_
|
|
|
| #include "base/macros.h"
|
| #include "chrome/browser/profiles/profile_attributes_storage.h"
|
| @@ -67,4 +67,4 @@ class NewAvatarButton : public views::LabelButton,
|
| DISALLOW_COPY_AND_ASSIGN(NewAvatarButton);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_UI_VIEWS_PROFILES_NEW_AVATAR_BUTTON_H_
|
| +#endif // CHROME_BROWSER_UI_VIEWS_PROFILES_AVATAR_BUTTON_H_
|
|
|