summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_process.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser_process.cc')
-rw-r--r--chrome/browser/browser_process.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/browser_process.cc b/chrome/browser/browser_process.cc
index 8f29cbc..a646a9e 100644
--- a/chrome/browser/browser_process.cc
+++ b/chrome/browser/browser_process.cc
@@ -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"