Index: chrome/browser/plugin_process_host.cc |
diff --git a/chrome/browser/plugin_process_host.cc b/chrome/browser/plugin_process_host.cc |
index a87fdd623f3947f4fca8bf503329842e9234e933..c6ee524335f12cf3538be054773a77fdd341309c 100644 |
--- a/chrome/browser/plugin_process_host.cc |
+++ b/chrome/browser/plugin_process_host.cc |
@@ -87,7 +87,7 @@ void PluginProcessHost::AddWindow(HWND window) { |
void PluginProcessHost::OnMapNativeViewId(gfx::NativeViewId id, |
gfx::PluginWindowHandle* output) { |
*output = 0; |
- Singleton<GtkNativeViewManager>()->GetXIDForId(output, id); |
+ GtkNativeViewManager::GetInstance()->GetXIDForId(output, id); |
} |
#endif // defined(TOOLKIT_USES_GTK) |