Index: chrome/browser/browser_process.cc |
=================================================================== |
--- chrome/browser/browser_process.cc (revision 17020) |
+++ chrome/browser/browser_process.cc (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2009 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -6,7 +6,7 @@ |
BrowserProcess* g_browser_process = NULL; |
-#if defined(OS_WIN) |
+#if defined(OS_WIN) || defined(OS_LINUX) |
#include "chrome/browser/renderer_host/resource_dispatcher_host.h" |