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

Unified Diff: base/android/java_runtime.h

Issue 1137323003: Cleanup: Fix base header include guards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | base/base64.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/java_runtime.h
diff --git a/base/android/java_runtime.h b/base/android/java_runtime.h
index bde4c5c6bd07811fb8be7adb79ff990daf2d7f45..4ca889e05f1df28a59cbaaeadd2a5a039c9ba782 100644
--- a/base/android/java_runtime.h
+++ b/base/android/java_runtime.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 BASE_ANDROID_JAVA_RUNTIME_H
-#define BASE_ANDROID_JAVA_RUNTIME_H
+#ifndef BASE_ANDROID_JAVA_RUNTIME_H_
+#define BASE_ANDROID_JAVA_RUNTIME_H_
#include "base/android/scoped_java_ref.h"
#include "base/base_export.h"
@@ -25,4 +25,4 @@ class BASE_EXPORT JavaRuntime {
} // namespace android
} // namespace base
-#endif // BASE_ANDROID_JAVA_RUNTIME_H
+#endif // BASE_ANDROID_JAVA_RUNTIME_H_
« no previous file with comments | « no previous file | base/base64.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698