| Index: chrome/browser/chromeos/notifications/notification_panel.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/notifications/notification_panel.cc (revision 73642)
|
| +++ chrome/browser/chromeos/notifications/notification_panel.cc (working copy)
|
| @@ -12,11 +12,11 @@
|
| #include "chrome/browser/chromeos/notifications/balloon_view.h"
|
| #include "chrome/common/notification_details.h"
|
| #include "chrome/common/notification_source.h"
|
| -#include "gfx/canvas.h"
|
| #include "grit/generated_resources.h"
|
| #include "third_party/cros/chromeos_wm_ipc_enums.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| +#include "ui/gfx/canvas.h"
|
| #include "views/background.h"
|
| #include "views/controls/native/native_view_host.h"
|
| #include "views/controls/scroll_view.h"
|
|
|