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

Unified Diff: android_webview/common/crash_reporter/crash_keys.h

Issue 2928823004: Fix header guard and namespace in android_webview (Closed)
Patch Set: Fix header guard and namespace in android_webview Created 3 years, 6 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: android_webview/common/crash_reporter/crash_keys.h
diff --git a/android_webview/common/crash_reporter/crash_keys.h b/android_webview/common/crash_reporter/crash_keys.h
index aedfdfc55deaf548181f607e79cba8c2e72a8840..d9be49ce3955beb39c1c046dfe30808f0ed2466e 100644
--- a/android_webview/common/crash_reporter/crash_keys.h
+++ b/android_webview/common/crash_reporter/crash_keys.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 ANDROID_WEBVIEW_COMMON_CRASH_KEYS_H_
-#define ANDROID_WEBVIEW_COMMON_CRASH_KEYS_H_
+#ifndef ANDROID_WEBVIEW_COMMON_CRASH_REPORTER_CRASH_KEYS_H_
+#define ANDROID_WEBVIEW_COMMON_CRASH_REPORTER_CRASH_KEYS_H_
#include <stddef.h>
#include <string>
@@ -37,4 +37,4 @@ extern const char kAndroidSdkInt[];
} // namespace crash_keys
} // namespace android_webview
-#endif // ANDROID_WEBVIEW_COMMON_CRASH_KEYS_H_
+#endif // ANDROID_WEBVIEW_COMMON_CRASH_REPORTER_CRASH_KEYS_H_
« no previous file with comments | « android_webview/common/crash_reporter/aw_microdump_crash_reporter.h ('k') | android_webview/lib/webview_jni_onload.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698