Index: chrome/browser/icon_loader.h |
diff --git a/chrome/browser/icon_loader.h b/chrome/browser/icon_loader.h |
index 5053858406b0e4ceb0a43a0b7db8355c9753008e..ea9337e719abc7c9ad6f6cbf9279d38a58c490cc 100644 |
--- a/chrome/browser/icon_loader.h |
+++ b/chrome/browser/icon_loader.h |
@@ -16,10 +16,6 @@ |
#include "base/message_loop_proxy.h" |
#include "ui/gfx/image/image.h" |
-#if defined(TOOLKIT_USES_GTK) |
-#include "base/file_path.h" |
-#endif |
- |
#if defined(OS_WIN) |
// On Windows, we group files by their extension, with several exceptions: |
// .dll, .exe, .ico. See IconManager.h for explanation. |