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

Unified Diff: content/common/input/gesture_event_stream_validator.h

Issue 942963003: Cleanup: Fix content header include guards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 10 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 | « content/common/gpu/x_util.h ('k') | content/common/input/input_event_stream_validator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/input/gesture_event_stream_validator.h
diff --git a/content/common/input/gesture_event_stream_validator.h b/content/common/input/gesture_event_stream_validator.h
index 8a2bf86a00092c0e208c494d96e1016d589b1767..f5d536fd2fad022d7d2583105608a352ed797d78 100644
--- a/content/common/input/gesture_event_stream_validator.h
+++ b/content/common/input/gesture_event_stream_validator.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_COMMON_INPUT_GESTURE_EVENT_STREAM_VALIDATOR
-#define CONTENT_COMMON_INPUT_GESTURE_EVENT_STREAM_VALIDATOR
+#ifndef CONTENT_COMMON_INPUT_GESTURE_EVENT_STREAM_VALIDATOR_H_
+#define CONTENT_COMMON_INPUT_GESTURE_EVENT_STREAM_VALIDATOR_H_
#include <string>
@@ -36,4 +36,4 @@ class CONTENT_EXPORT GestureEventStreamValidator {
} // namespace content
-#endif // CONTENT_COMMON_INPUT_GESTURE_EVENT_STREAM_VALIDATOR
+#endif // CONTENT_COMMON_INPUT_GESTURE_EVENT_STREAM_VALIDATOR_H_
« no previous file with comments | « content/common/gpu/x_util.h ('k') | content/common/input/input_event_stream_validator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698