| Index: chrome/browser/chromeos/status/status_area_bubble.cc
|
| diff --git a/chrome/browser/chromeos/status/status_area_bubble.cc b/chrome/browser/chromeos/status/status_area_bubble.cc
|
| index 1d6f3dcbc2a4a144ca03051d60e22464bffda704..98626e79a9d273e887215a4d7aee600af6241d8a 100644
|
| --- a/chrome/browser/chromeos/status/status_area_bubble.cc
|
| +++ b/chrome/browser/chromeos/status/status_area_bubble.cc
|
| @@ -4,10 +4,10 @@
|
|
|
| #include "chrome/browser/chromeos/status/status_area_bubble.h"
|
|
|
| -#include "views/controls/label.h"
|
| -#include "views/layout/box_layout.h"
|
| -#include "views/layout/fill_layout.h"
|
| #include "ui/base/accessibility/accessible_view_state.h"
|
| +#include "ui/views/layout/box_layout.h"
|
| +#include "ui/views/layout/fill_layout.h"
|
| +#include "views/controls/label.h"
|
|
|
| namespace chromeos {
|
|
|
|
|