diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-29 18:17:02 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-29 18:17:02 +0000 |
commit | 13dbd131b1b7a152f9c81382c479b294a464696e (patch) | |
tree | 927c90d1e95f99f5f36f5ccf46053e49d8fbe565 /base | |
parent | e7244d88820ab2a18760c14f12c4bdb060d72114 (diff) | |
download | chromium_src-13dbd131b1b7a152f9c81382c479b294a464696e.zip chromium_src-13dbd131b1b7a152f9c81382c479b294a464696e.tar.gz chromium_src-13dbd131b1b7a152f9c81382c479b294a464696e.tar.bz2 |
System includes need to use angle brackets for check_deps
TBR=tc
Review URL: http://codereview.chromium.org/8706
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4141 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/gfx/bitmap_platform_device_linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gfx/bitmap_platform_device_linux.h b/base/gfx/bitmap_platform_device_linux.h index 96a640c..99ca534 100644 --- a/base/gfx/bitmap_platform_device_linux.h +++ b/base/gfx/bitmap_platform_device_linux.h @@ -8,7 +8,7 @@ #include "base/gfx/platform_device_linux.h" #include "base/ref_counted.h" -#include "gdk-pixbuf/gdk-pixbuf.h" +#include <gdk-pixbuf/gdk-pixbuf.h> namespace gfx { |