summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-19 18:59:56 +0000
committerbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-19 18:59:56 +0000
commite737d243f6fde6e39cb6eab0569771faece5f382 (patch)
tree57d17a62bb12459bb7d247ec5e1453a721b8a2a1
parent6165b4070b7e3a2fd33efd0eb66043c86f61d8b2 (diff)
downloadchromium_src-e737d243f6fde6e39cb6eab0569771faece5f382.zip
chromium_src-e737d243f6fde6e39cb6eab0569771faece5f382.tar.gz
chromium_src-e737d243f6fde6e39cb6eab0569771faece5f382.tar.bz2
Fix typo for Linux build.
Review URL: http://codereview.chromium.org/11482 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5691 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--webkit/port/platform/graphics/skia/public/BitmapPlatformDeviceLinux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/port/platform/graphics/skia/public/BitmapPlatformDeviceLinux.h b/webkit/port/platform/graphics/skia/public/BitmapPlatformDeviceLinux.h
index 840df24..4985c5b 100644
--- a/webkit/port/platform/graphics/skia/public/BitmapPlatformDeviceLinux.h
+++ b/webkit/port/platform/graphics/skia/public/BitmapPlatformDeviceLinux.h
@@ -5,7 +5,7 @@
#ifndef BitmapPlatformDeviceLinux_h
#define BitmapPlatformDeviceLinux_h
-#include "PLatformDeviceLinux.h"
+#include "PlatformDeviceLinux.h"
#include "base/ref_counted.h"
typedef struct _cairo_surface cairo_surface_t;