From 864b1368516c110605addd725ad33613047f94b2 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Thu, 19 Aug 2010 03:49:38 +0000 Subject: FBTF: Remove unneeded headers from base/ (part 6) BUG=none TEST=none Review URL: http://codereview.chromium.org/3093013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56641 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/process_singleton.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'chrome/browser/process_singleton.h') diff --git a/chrome/browser/process_singleton.h b/chrome/browser/process_singleton.h index c6233fc..19e40a6 100644 --- a/chrome/browser/process_singleton.h +++ b/chrome/browser/process_singleton.h @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 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. @@ -13,13 +13,16 @@ #endif #include "base/basictypes.h" +#if defined(USE_X11) #include "base/file_path.h" +#endif #include "base/logging.h" #include "base/non_thread_safe.h" #include "base/ref_counted.h" #include "gfx/native_widget_types.h" class CommandLine; +class FilePath; // ProcessSingleton ---------------------------------------------------------- // @@ -129,7 +132,7 @@ class ProcessSingleton : public NonThreadSafe { HWND remote_window_; // The HWND_MESSAGE of another browser. HWND window_; // The HWND_MESSAGE window. -#elif !defined(OS_MACOSX) +#elif defined(USE_X11) // Path in file system to the socket. FilePath socket_path_; -- cgit v1.1