aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuartmorgan <stuartmorgan@4c0a9323-5329-0410-9bdc-e9ce6186880e>2011-12-02 10:35:19 +0000
committerstuartmorgan <stuartmorgan@4c0a9323-5329-0410-9bdc-e9ce6186880e>2011-12-02 10:35:19 +0000
commit50cfc4a091e4e12c6a94d90cd71055405c3d7d12 (patch)
tree00bbce4ecc42f5b692dd4fe571ccef7020818fd9
parentSpeculative back-out of r883, which may have broken Windows crash reporting. (diff)
downloadbreakpad-50cfc4a091e4e12c6a94d90cd71055405c3d7d12.tar.xz
Fix a missed include path change from r889. (r=qsr in person)
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@892 4c0a9323-5329-0410-9bdc-e9ce6186880e
-rw-r--r--src/client/ios/Breakpad.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/ios/Breakpad.h b/src/client/ios/Breakpad.h
index 1b9d0e83..22431bfe 100644
--- a/src/client/ios/Breakpad.h
+++ b/src/client/ios/Breakpad.h
@@ -45,7 +45,7 @@ extern "C" {
#include <Foundation/Foundation.h>
-#include <client/mac/Framework/BreakpadDefines.h>
+#include <client/apple/Framework/BreakpadDefines.h>
// Optional user-defined function to decide if we should handle this crash or
// forward it along.