Chromium Code Reviews| Index: chrome/common/extensions/extension.h |
| diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h |
| index 5dc807fcc6b5fba9e52670bde381b515f3c3368f..fe7ac7779bb328c5c57fe54b71ec8979ed66472a 100644 |
| --- a/chrome/common/extensions/extension.h |
| +++ b/chrome/common/extensions/extension.h |
| @@ -20,10 +20,10 @@ |
| #include "gfx/size.h" |
| #include "googleurl/src/gurl.h" |
| #include "testing/gtest/include/gtest/gtest_prod.h" |
| -#include "third_party/skia/include/core/SkBitmap.h" |
| class ExtensionAction; |
| class ExtensionResource; |
| +class SkBitmap; |
| // Represents a Chrome extension. |
| class Extension { |