| Index: base/debug/debug_on_start_win.h
|
| ===================================================================
|
| --- base/debug/debug_on_start_win.h (revision 91577)
|
| +++ base/debug/debug_on_start_win.h (working copy)
|
| @@ -27,7 +27,7 @@
|
| // There is no way for this code, as currently implemented, to work across DLLs.
|
| // TODO(rvargas): It looks like we really don't use this code, at least not for
|
| // Chrome. Figure out if it's really worth implementing something simpler.
|
| -#if !defined(BASE_DLL)
|
| +#if !defined(COMPONENT_BUILD)
|
|
|
| // Debug on start functions and data.
|
| class DebugOnStart {
|
| @@ -74,7 +74,7 @@
|
|
|
| #endif // _WIN64
|
|
|
| -#endif // defined(BASE_DLL)
|
| +#endif // defined(COMPONENT_BUILD)
|
|
|
| } // namespace debug
|
| } // namespace base
|
|
|