Commit 7413d683 authored by sadrul's avatar sadrul Committed by Commit bot

events: Add missing #define guard in null_event_targeter.h

BUG=none
TBR=sky@chromium.org

Review URL: https://codereview.chromium.org/1632013004

Cr-Commit-Position: refs/heads/master@{#371471}
parent 8df5c724
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#ifndef UI_EVENTS_NULL_EVENT_TARGETER_H_
#define UI_EVENTS_NULL_EVENT_TARGETER_H_
#include "base/compiler_specific.h" #include "base/compiler_specific.h"
#include "base/macros.h" #include "base/macros.h"
#include "ui/events/event_targeter.h" #include "ui/events/event_targeter.h"
...@@ -26,3 +29,5 @@ class EVENTS_EXPORT NullEventTargeter : public EventTargeter { ...@@ -26,3 +29,5 @@ class EVENTS_EXPORT NullEventTargeter : public EventTargeter {
}; };
} // namespace ui } // namespace ui
#endif // UI_EVENTS_NULL_EVENT_TARGETER_H_
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment