| Index: ui/views/debug_utils.h
|
| diff --git a/ui/views/debug_utils.h b/ui/views/debug_utils.h
|
| index 2f574a1288a7b0477b90c2b967c6350f7a9e523f..feb4aaac362fff5a0c74551caa4c15bfdb725a57 100644
|
| --- a/ui/views/debug_utils.h
|
| +++ b/ui/views/debug_utils.h
|
| @@ -11,16 +11,12 @@ namespace views {
|
|
|
| class View;
|
|
|
| -#ifndef NDEBUG
|
| -
|
| // Log the view hierarchy.
|
| VIEWS_EXPORT void PrintViewHierarchy(const View* view);
|
|
|
| // Log the focus traversal hierarchy.
|
| VIEWS_EXPORT void PrintFocusHierarchy(const View* view);
|
|
|
| -#endif // NDEBUG
|
| -
|
| } // namespace views
|
|
|
| #endif // UI_VIEWS_DEBUG_UTILS_H_
|
|
|