| Index: chrome/browser/ui/views/profiles/avatar_label.h
|
| diff --git a/chrome/browser/ui/views/avatar_label.h b/chrome/browser/ui/views/profiles/avatar_label.h
|
| similarity index 85%
|
| rename from chrome/browser/ui/views/avatar_label.h
|
| rename to chrome/browser/ui/views/profiles/avatar_label.h
|
| index 2682e742786bed229ceec38f0fa4e12e58d5b2c6..3c689eec6d26d4ef8c67df2360b94625712d2a03 100644
|
| --- a/chrome/browser/ui/views/avatar_label.h
|
| +++ b/chrome/browser/ui/views/profiles/avatar_label.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_AVATAR_LABEL_H_
|
| -#define CHROME_BROWSER_UI_VIEWS_AVATAR_LABEL_H_
|
| +#ifndef CHROME_BROWSER_UI_VIEWS_PROFILES_AVATAR_LABEL_H_
|
| +#define CHROME_BROWSER_UI_VIEWS_PROFILES_AVATAR_LABEL_H_
|
|
|
| #include "base/compiler_specific.h"
|
| #include "ui/views/controls/button/label_button.h"
|
| @@ -36,4 +36,4 @@ class AvatarLabel : public views::LabelButton {
|
| DISALLOW_COPY_AND_ASSIGN(AvatarLabel);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_UI_VIEWS_AVATAR_LABEL_H_
|
| +#endif // CHROME_BROWSER_UI_VIEWS_PROFILES_AVATAR_LABEL_H_
|
|
|