| Index: components/nacl/common/nacl_debug_exception_handler_win.h
|
| diff --git a/chrome/common/nacl_debug_exception_handler_win.h b/components/nacl/common/nacl_debug_exception_handler_win.h
|
| similarity index 69%
|
| rename from chrome/common/nacl_debug_exception_handler_win.h
|
| rename to components/nacl/common/nacl_debug_exception_handler_win.h
|
| index 9bc012924d2c8ac5ca2b045745ed6f10ad3554d3..51a298def42295e0e3fbb986195b131e937b95d2 100644
|
| --- a/chrome/common/nacl_debug_exception_handler_win.h
|
| +++ b/components/nacl/common/nacl_debug_exception_handler_win.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 CHROME_COMMON_NACL_DEBUG_EXCEPTION_HANDLER_WIN_H_
|
| -#define CHROME_COMMON_NACL_DEBUG_EXCEPTION_HANDLER_WIN_H_
|
| +#ifndef COMPONENTS_NACL_COMMON_NACL_DEBUG_EXCEPTION_HANDLER_WIN_H_
|
| +#define COMPONENTS_NACL_COMMON_NACL_DEBUG_EXCEPTION_HANDLER_WIN_H_
|
|
|
| #include "base/callback.h"
|
| #include "base/message_loop.h"
|
| @@ -15,4 +15,4 @@ void NaClStartDebugExceptionHandlerThread(
|
| base::MessageLoopProxy* message_loop,
|
| const base::Callback<void(bool)>& on_connected);
|
|
|
| -#endif // CHROME_COMMON_NACL_DEBUG_EXCEPTION_HANDLER_WIN_H_
|
| +#endif // COMPONENTS_NACL_COMMON_NACL_DEBUG_EXCEPTION_HANDLER_WIN_H_
|
|
|