| Index: ash/wm/overlay_event_filter.cc
|
| diff --git a/ash/wm/overlay_event_filter.cc b/ash/wm/overlay_event_filter.cc
|
| index 336ebf49e358d8e8184342f928eec63fbc5f29ef..598db2949b00a17a84cf2dd11c7c47f279b59014 100644
|
| --- a/ash/wm/overlay_event_filter.cc
|
| +++ b/ash/wm/overlay_event_filter.cc
|
| @@ -11,9 +11,7 @@
|
|
|
| namespace ash {
|
|
|
| -OverlayEventFilter::OverlayEventFilter()
|
| - : delegate_(NULL) {
|
| -}
|
| +OverlayEventFilter::OverlayEventFilter() : delegate_(NULL) {}
|
|
|
| OverlayEventFilter::~OverlayEventFilter() {
|
| delegate_ = NULL;
|
|
|