summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authormseaborn <mseaborn@chromium.org>2015-02-10 19:41:41 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-11 03:42:10 +0000
commita75e4cc2a9e0ceac6b3609eb6acdee5765afc861 (patch)
tree65a49292cf9b585b357d1aa03be5c0ad05a1ff02 /components
parentb095520d8ce4d147cca9ce224dda107087429a22 (diff)
downloadchromium_src-a75e4cc2a9e0ceac6b3609eb6acdee5765afc861.zip
chromium_src-a75e4cc2a9e0ceac6b3609eb6acdee5765afc861.tar.gz
chromium_src-a75e4cc2a9e0ceac6b3609eb6acdee5765afc861.tar.bz2
NaCl cleanup: Use debug_exception_handler.h from src/public/
Now that NaClDebugExceptionHandlerRun() is declared in src/public/, we can use that declaration from the Chromium side and remove a non-public #include. BUG=https://code.google.com/p/nativeclient/issues/detail?id=2832 TEST=build Review URL: https://codereview.chromium.org/911663003 Cr-Commit-Position: refs/heads/master@{#315726}
Diffstat (limited to 'components')
-rw-r--r--components/nacl/common/DEPS2
-rw-r--r--components/nacl/common/nacl_debug_exception_handler_win.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/components/nacl/common/DEPS b/components/nacl/common/DEPS
index b6db43c..e13224d 100644
--- a/components/nacl/common/DEPS
+++ b/components/nacl/common/DEPS
@@ -1,3 +1,3 @@
include_rules = [
- "+native_client/src/trusted/service_runtime/win/debug_exception_handler.h",
+ "+native_client/src/public",
]
diff --git a/components/nacl/common/nacl_debug_exception_handler_win.cc b/components/nacl/common/nacl_debug_exception_handler_win.cc
index 7c1e9c0..68e3a66 100644
--- a/components/nacl/common/nacl_debug_exception_handler_win.cc
+++ b/components/nacl/common/nacl_debug_exception_handler_win.cc
@@ -7,7 +7,7 @@
#include "base/bind.h"
#include "base/threading/platform_thread.h"
#include "base/win/scoped_handle.h"
-#include "native_client/src/trusted/service_runtime/win/debug_exception_handler.h"
+#include "native_client/src/public/win/debug_exception_handler.h"
namespace {