| Index: skia/ext/image_operations.cc
|
| diff --git a/skia/ext/image_operations.cc b/skia/ext/image_operations.cc
|
| index e91b42e78e42fdd0591645a2eda731a97020fac4..a14344d319ea0a098c7a03d57a54430a4c25595b 100644
|
| --- a/skia/ext/image_operations.cc
|
| +++ b/skia/ext/image_operations.cc
|
| @@ -11,10 +11,10 @@
|
|
|
| // TODO(pkasting): skia/ext should not depend on base/!
|
| #include "base/containers/stack_container.h"
|
| -#include "base/debug/trace_event.h"
|
| #include "base/logging.h"
|
| #include "base/metrics/histogram.h"
|
| #include "base/time/time.h"
|
| +#include "base/trace_event/trace_event.h"
|
| #include "build/build_config.h"
|
| #include "skia/ext/convolver.h"
|
| #include "third_party/skia/include/core/SkColorPriv.h"
|
|
|