summaryrefslogtreecommitdiffstats
path: root/chrome/browser/icon_loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/icon_loader.h')
-rw-r--r--chrome/browser/icon_loader.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/icon_loader.h b/chrome/browser/icon_loader.h
index 5053858..ea9337e 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.