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

Unified Diff: snapshot/crashpad_info_client_options.h

Issue 1052813002: win: make CrashpadInfo retrievable (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: more fixes Created 5 years, 8 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 | « handler/mac/crash_report_exception_handler.cc ('k') | snapshot/crashpad_info_client_options.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/crashpad_info_client_options.h
diff --git a/snapshot/mac/crashpad_info_client_options.h b/snapshot/crashpad_info_client_options.h
similarity index 93%
rename from snapshot/mac/crashpad_info_client_options.h
rename to snapshot/crashpad_info_client_options.h
index c62891ccf17628f084839f593c94052830ff430a..2d6c35eab2ed4cf28bcd947cb80c590bf3536618 100644
--- a/snapshot/mac/crashpad_info_client_options.h
+++ b/snapshot/crashpad_info_client_options.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef CRASHPAD_SNAPSHOT_MAC_CRASHPAD_INFO_CLIENT_OPTIONS_H_
-#define CRASHPAD_SNAPSHOT_MAC_CRASHPAD_INFO_CLIENT_OPTIONS_H_
+#ifndef CRASHPAD_SNAPSHOT_CRASHPAD_INFO_CLIENT_OPTIONS_H_
+#define CRASHPAD_SNAPSHOT_CRASHPAD_INFO_CLIENT_OPTIONS_H_
#include "util/misc/tri_state.h"
@@ -61,4 +61,4 @@ struct CrashpadInfoClientOptions {
} // namespace crashpad
-#endif // CRASHPAD_SNAPSHOT_MAC_CRASHPAD_INFO_CLIENT_OPTIONS_H_
+#endif // CRASHPAD_SNAPSHOT_CRASHPAD_INFO_CLIENT_OPTIONS_H_
« no previous file with comments | « handler/mac/crash_report_exception_handler.cc ('k') | snapshot/crashpad_info_client_options.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698