Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: ui/events/null_event_targeter.h

Issue 1632013004: events: Add missing #define guard in null_event_targeter.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/null_event_targeter.h
diff --git a/ui/events/null_event_targeter.h b/ui/events/null_event_targeter.h
index c22e7a7681fd3877798c31cecd9b83321557d8d7..8d9ea4312aed23ff9edc7c4e97f73572f3789254 100644
--- a/ui/events/null_event_targeter.h
+++ b/ui/events/null_event_targeter.h
@@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// 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/macros.h"
#include "ui/events/event_targeter.h"
@@ -26,3 +29,5 @@ class EVENTS_EXPORT NullEventTargeter : public EventTargeter {
};
} // namespace ui
+
+#endif // UI_EVENTS_NULL_EVENT_TARGETER_H_
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698