Chromium Code Reviews| Index: chrome/browser/ui/intents/web_intent_picker_controller.h |
| diff --git a/chrome/browser/ui/intents/web_intent_picker_controller.h b/chrome/browser/ui/intents/web_intent_picker_controller.h |
| index 7a5458b5b48176e3d6666d6e2f1d29fc39c48651..5d068e2a761ac38cd802b0e754d4cb2a3fa58c59 100644 |
| --- a/chrome/browser/ui/intents/web_intent_picker_controller.h |
| +++ b/chrome/browser/ui/intents/web_intent_picker_controller.h |
| @@ -19,6 +19,7 @@ |
| #include "chrome/browser/intents/web_intents_registry.h" |
| #include "chrome/browser/intents/web_intents_reporting.h" |
| #include "chrome/browser/ui/intents/web_intent_picker_delegate.h" |
| +#include "content/public/browser/download_id.h" |
|
Randy Smith (Not in Mondays)
2012/10/08 19:20:52
Why?
benjhayden
2012/10/08 19:49:45
This class still uses DownloadId, but download_id.
|
| #include "content/public/browser/notification_observer.h" |
| #include "content/public/browser/notification_registrar.h" |
| #include "webkit/glue/web_intent_data.h" |