| Index: chrome/browser/extensions/api/downloads/downloads_api.cc
|
| diff --git a/chrome/browser/extensions/api/downloads/downloads_api.cc b/chrome/browser/extensions/api/downloads/downloads_api.cc
|
| index 209ffb34bae8d5df3e21b52b7eb0361f06185146..7342c6944966580c04e3e977e0befda1c1047073 100644
|
| --- a/chrome/browser/extensions/api/downloads/downloads_api.cc
|
| +++ b/chrome/browser/extensions/api/downloads/downloads_api.cc
|
| @@ -72,8 +72,8 @@
|
| #include "extensions/browser/extension_system.h"
|
| #include "extensions/common/extension.h"
|
| #include "extensions/common/permissions/permissions_data.h"
|
| +#include "net/base/filename_util.h"
|
| #include "net/base/load_flags.h"
|
| -#include "net/base/net_util.h"
|
| #include "net/http/http_util.h"
|
| #include "net/url_request/url_request.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
|
|