X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Fapp%2Fchrome_breakpad_client_mac.mm;h=c9766b183f60d4b684945b1b8a3225b1d3ae525d;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=da6bc4452cc349c1cc1df6f7d8ec8063e636ef34;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/app/chrome_breakpad_client_mac.mm b/src/chrome/app/chrome_breakpad_client_mac.mm index da6bc44..c9766b1 100644 --- a/src/chrome/app/chrome_breakpad_client_mac.mm +++ b/src/chrome/app/chrome_breakpad_client_mac.mm @@ -6,14 +6,14 @@ #include -#include "base/command_line.h" #include "base/mac/scoped_cftyperef.h" #include "base/strings/sys_string_conversions.h" -#include "chrome/common/chrome_switches.h" #include "policy/policy_constants.h" #if !defined(DISABLE_NACL) +#include "base/command_line.h" #import "breakpad/src/client/mac/Framework/Breakpad.h" +#include "chrome/common/chrome_switches.h" #include "components/nacl/common/nacl_switches.h" #include "native_client/src/trusted/service_runtime/osx/crash_filter.h" #endif