| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index a84b87d964b6ff345e3022e9adaa6eee31444535..e560b82b2ea391d6915fad8aef105b3df855820c 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -74,7 +74,7 @@
|
| #include "ui/base/l10n/l10n_util_win.h"
|
| #endif
|
|
|
| -#if defined(OS_LINUX) || defined(OS_OPENBSD)
|
| +#if defined(OS_LINUX) || defined(OS_BSD)
|
| #include <glib-object.h>
|
| #endif
|
|
|
| @@ -136,7 +136,7 @@ void SetupSandbox(const CommandLine& parsed_command_line) {
|
| }
|
| #endif
|
|
|
| -#if defined(OS_LINUX) || defined(OS_OPENBSD)
|
| +#if defined(OS_LINUX) || defined(OS_BSD)
|
| static void GLibLogHandler(const gchar* log_domain,
|
| GLogLevelFlags log_level,
|
| const gchar* message,
|
| @@ -820,7 +820,7 @@ void BrowserMainLoop::InitializeToolkit() {
|
| // are no #else branches on any #ifs.
|
| // TODO(stevenjb): Move platform specific code into platform specific Parts
|
| // (Need to add InitializeToolkit stage to BrowserParts).
|
| -#if defined(OS_LINUX) || defined(OS_OPENBSD)
|
| +#if defined(OS_LINUX) || defined(OS_BSD)
|
| // g_type_init will be deprecated in 2.36. 2.35 is the development
|
| // version for 2.36, hence do not call g_type_init starting 2.35.
|
| // http://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#g-type-init
|
|
|