diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-22 00:17:42 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-22 00:17:42 +0000 |
commit | 30e88fe1a9d27137201425a5759b52a6505544a4 (patch) | |
tree | a4a2877015dc7a8e9dc3faff9cc62ef4d5cc732f /skia | |
parent | 843794c69d014e59ac5e70849d8c81bbed9a84b4 (diff) | |
download | chromium_src-30e88fe1a9d27137201425a5759b52a6505544a4.zip chromium_src-30e88fe1a9d27137201425a5759b52a6505544a4.tar.gz chromium_src-30e88fe1a9d27137201425a5759b52a6505544a4.tar.bz2 |
Fix a header rename I missed on the last step.
Review URL: http://codereview.chromium.org/11585
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5876 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r-- | skia/ext/platform_canvas_linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skia/ext/platform_canvas_linux.h b/skia/ext/platform_canvas_linux.h index e2153a7..93919c6 100644 --- a/skia/ext/platform_canvas_linux.h +++ b/skia/ext/platform_canvas_linux.h @@ -5,7 +5,7 @@ #ifndef SKIA_EXT_PLATFORM_CANVAS_LINUX_H_ #define SKIA_EXT_PLATFORM_CANVAS_LINUX_H_ -#include "PlatformDeviceLinux.h" +#include "skia/ext/platform_device_linux.h" namespace gfx { |