diff options
Diffstat (limited to 'chrome/browser/chrome_plugin_host.cc')
-rw-r--r-- | chrome/browser/chrome_plugin_host.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/chrome_plugin_host.cc b/chrome/browser/chrome_plugin_host.cc index 4548a48..72a7309 100644 --- a/chrome/browser/chrome_plugin_host.cc +++ b/chrome/browser/chrome_plugin_host.cc @@ -43,12 +43,6 @@ #include "net/url_request/url_request_error_job.h" #include "skia/include/SkBitmap.h" -// TODO(port): Port these files. -#if defined(OS_WIN) -#include "chrome/browser/dom_ui/html_dialog_ui.h" -#else -#include "chrome/common/temp_scaffolding_stubs.h" -#endif using base::TimeDelta; |