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/browser/android/gesture_event_type.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/browser/android/gesture_event_type.h
diff --git a/content/browser/android/gesture_event_type.h b/content/browser/android/gesture_event_type.h
index ce87c901db327a70759f62072b221168925608f2..1b4854ceba9a22e6570f3108825a3a2edc1e4106 100644
--- a/content/browser/android/gesture_event_type.h
+++ b/content/browser/android/gesture_event_type.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_BROWSER_ANDROID_GESTURE_EVENT_TYPE_
-#define CONTENT_BROWSER_ANDROID_GESTURE_EVENT_TYPE_
+#ifndef CONTENT_BROWSER_ANDROID_GESTURE_EVENT_TYPE_H_
+#define CONTENT_BROWSER_ANDROID_GESTURE_EVENT_TYPE_H_
namespace content {
@@ -36,5 +36,5 @@ enum GestureEventType {
} // namespace content
-#endif // CONTENT_BROWSER_ANDROID_GESTURE_EVENT_TYPE_
+#endif // CONTENT_BROWSER_ANDROID_GESTURE_EVENT_TYPE_H_

Powered by Google App Engine
This is Rietveld 408576698