| Index: ash/system/chromeos/tray_tracing.cc
|
| diff --git a/ash/system/chromeos/tray_tracing.cc b/ash/system/chromeos/tray_tracing.cc
|
| index 0127eee5c9b16032b74c73ca98ce38536883b460..4750923a243b72702e45ba84f1d7b27ef3f311af 100644
|
| --- a/ash/system/chromeos/tray_tracing.cc
|
| +++ b/ash/system/chromeos/tray_tracing.cc
|
| @@ -4,13 +4,13 @@
|
|
|
| #include "ash/system/chromeos/tray_tracing.h"
|
|
|
| +#include "ash/common/system/tray/fixed_sized_image_view.h"
|
| #include "ash/common/system/tray/system_tray_delegate.h"
|
| +#include "ash/common/system/tray/tray_constants.h"
|
| #include "ash/shell.h"
|
| #include "ash/system/tray/actionable_view.h"
|
| -#include "ash/system/tray/fixed_sized_image_view.h"
|
| #include "ash/system/tray/system_tray.h"
|
| #include "ash/system/tray/system_tray_notifier.h"
|
| -#include "ash/system/tray/tray_constants.h"
|
| #include "grit/ash_resources.h"
|
| #include "grit/ash_strings.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
|
|