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

Unified Diff: android_webview/common/crash_reporter/aw_microdump_crash_reporter.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/aw_microdump_crash_reporter.h
diff --git a/android_webview/common/crash_reporter/aw_microdump_crash_reporter.h b/android_webview/common/crash_reporter/aw_microdump_crash_reporter.h
index 1f719afc511ffcaa6628db8a4370eea83869b39e..500009c8de5af09681c1d104cdba5622abee7dae 100644
--- a/android_webview/common/crash_reporter/aw_microdump_crash_reporter.h
+++ b/android_webview/common/crash_reporter/aw_microdump_crash_reporter.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_CRASH_REPORTER_AW_MICRODUMP_CRASH_REPORTER_H_
-#define ANDROID_WEBVIEW_CRASH_REPORTER_AW_MICRODUMP_CRASH_REPORTER_H_
+#ifndef ANDROID_WEBVIEW_COMMON_CRASH_REPORTER_AW_MICRODUMP_CRASH_REPORTER_H_
+#define ANDROID_WEBVIEW_COMMON_CRASH_REPORTER_AW_MICRODUMP_CRASH_REPORTER_H_
#include <string>
@@ -24,4 +24,4 @@ void SuppressDumpGeneration();
} // namespace crash_reporter
} // namespace android_webview
-#endif // ANDROID_WEBVIEW_CRASH_REPORTER_AW_MICRODUMP_CRASH_REPORTER_H_
+#endif // ANDROID_WEBVIEW_COMMON_CRASH_REPORTER_AW_MICRODUMP_CRASH_REPORTER_H_
« no previous file with comments | « android_webview/browser/token_binding_manager_bridge.cc ('k') | android_webview/common/crash_reporter/crash_keys.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698