| Index: chrome/browser/chromeos/frame/layout_mode_button.cc
|
| diff --git a/chrome/browser/chromeos/frame/layout_mode_button.cc b/chrome/browser/chromeos/frame/layout_mode_button.cc
|
| index 1707324916d9aa1ab5ec1c1749c096ed2a622da1..f4ad5483b8eb5fac3dca6f8c46822f1f92f84d23 100644
|
| --- a/chrome/browser/chromeos/frame/layout_mode_button.cc
|
| +++ b/chrome/browser/chromeos/frame/layout_mode_button.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "base/logging.h"
|
| #include "base/utf_string_conversions.h"
|
| +#include "chrome/browser/chromeos/view_ids.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "content/public/browser/notification_details.h"
|
| #include "content/public/browser/notification_source.h"
|
| @@ -28,6 +29,7 @@ namespace chromeos {
|
|
|
| LayoutModeButton::LayoutModeButton()
|
| : ALLOW_THIS_IN_INITIALIZER_LIST(ImageButton(this)) {
|
| + set_id(VIEW_ID_LAYOUT_MODE_BUTTON);
|
| }
|
|
|
| LayoutModeButton::~LayoutModeButton() {
|
|
|