| Index: ui/compositor/debug_utils.h
|
| diff --git a/ui/compositor/debug_utils.h b/ui/compositor/debug_utils.h
|
| index ad8ea632a0a234e36a008dc30e970d895547e512..18a2d657d9e4ab120f6f6b159b27bf402be60c1a 100644
|
| --- a/ui/compositor/debug_utils.h
|
| +++ b/ui/compositor/debug_utils.h
|
| @@ -5,8 +5,6 @@
|
| #ifndef UI_COMPOSITOR_DEBUG_UTILS_H_
|
| #define UI_COMPOSITOR_DEBUG_UTILS_H_
|
|
|
| -#ifndef NDEBUG
|
| -
|
| #include "ui/compositor/compositor_export.h"
|
|
|
| namespace gfx {
|
| @@ -23,6 +21,4 @@ COMPOSITOR_EXPORT void PrintLayerHierarchy(const Layer* layer,
|
|
|
| } // namespace ui
|
|
|
| -#endif // NDEBUG
|
| -
|
| #endif // UI_COMPOSITOR_DEBUG_UTILS_H_
|
|
|