diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/l10n_util.h | 4 | ||||
-rw-r--r-- | app/surface/transport_dib.h | 5 | ||||
-rw-r--r-- | app/x11_util.h | 5 |
3 files changed, 1 insertions, 13 deletions
diff --git a/app/l10n_util.h b/app/l10n_util.h index 4bc3ba8..ec1da75 100644 --- a/app/l10n_util.h +++ b/app/l10n_util.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 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. @@ -26,8 +26,6 @@ #include "app/l10n_util_mac.h" #endif // OS_MACOSX -class PrefService; - namespace l10n_util { // This method is responsible for determining the locale as defined below. In diff --git a/app/surface/transport_dib.h b/app/surface/transport_dib.h index 4de1df4..6606c2b 100644 --- a/app/surface/transport_dib.h +++ b/app/surface/transport_dib.h @@ -18,9 +18,6 @@ #include "app/x11_util.h" #endif -namespace gfx { -class Size; -} namespace skia { class PlatformCanvas; } @@ -177,6 +174,4 @@ class TransportDIB { DISALLOW_COPY_AND_ASSIGN(TransportDIB); }; -class MessageLoop; - #endif // APP_SURFACE_TRANSPORT_DIB_H_ diff --git a/app/x11_util.h b/app/x11_util.h index 3e4c7e1..8ebed23 100644 --- a/app/x11_util.h +++ b/app/x11_util.h @@ -24,13 +24,8 @@ typedef unsigned long XID; typedef unsigned long XSharedMemoryId; // ShmSeg in the X headers. typedef struct _XDisplay Display; -namespace base { -class Thread; -} - namespace gfx { class Rect; -class Size; } namespace x11_util { |