Index: chrome/browser/shell_integration.h |
diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h |
index 0a365fb6ce328b0b29d6db1848af000e568a410c..ea8cd55508adc4ab66da9149e8e92f8e82ddbc17 100644 |
--- a/chrome/browser/shell_integration.h |
+++ b/chrome/browser/shell_integration.h |
@@ -12,7 +12,7 @@ |
#include "base/memory/ref_counted.h" |
#include "base/string16.h" |
#include "googleurl/src/gurl.h" |
-#include "ui/gfx/image/image.h" |
+#include "ui/gfx/icon_family.h" |
class CommandLine; |
@@ -101,7 +101,7 @@ class ShellIntegration { |
string16 title; |
string16 description; |
base::FilePath extension_path; |
- gfx::Image favicon; |
+ gfx::IconFamily favicon; |
base::FilePath profile_path; |
}; |