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

Unified Diff: content/common/input/input_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
Index: content/common/input/input_event_stream_validator.h
diff --git a/content/common/input/input_event_stream_validator.h b/content/common/input/input_event_stream_validator.h
index 1ae4c3ac19c2dea3a5d2d6065bba22fcea309806..60435b7805909f0e11f2b5833ec57c9caa055a71 100644
--- a/content/common/input/input_event_stream_validator.h
+++ b/content/common/input/input_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_EVENT_STREAM_VALIDATOR
-#define CONTENT_COMMON_INPUT_EVENT_STREAM_VALIDATOR
+#ifndef CONTENT_COMMON_INPUT_INPUT_EVENT_STREAM_VALIDATOR_H_
+#define CONTENT_COMMON_INPUT_INPUT_EVENT_STREAM_VALIDATOR_H_
#include <string>
@@ -38,4 +38,4 @@ class InputEventStreamValidator {
} // namespace content
-#endif // CONTENT_COMMON_INPUT_EVENT_STREAM_VALIDATOR
+#endif // CONTENT_COMMON_INPUT_INPUT_EVENT_STREAM_VALIDATOR_H_
« no previous file with comments | « content/common/input/gesture_event_stream_validator.h ('k') | content/common/input/synthetic_tap_gesture_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698