| Index: chrome/browser/web_applications/web_app.cc
|
| diff --git a/chrome/browser/web_applications/web_app.cc b/chrome/browser/web_applications/web_app.cc
|
| index 3ef5a905ac1832416f11eebd50d9642eab70646a..b636403926eea7da171c2f86a07323f33e72c53c 100644
|
| --- a/chrome/browser/web_applications/web_app.cc
|
| +++ b/chrome/browser/web_applications/web_app.cc
|
| @@ -20,8 +20,8 @@
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/url_constants.h"
|
| -#include "content/browser/browser_thread.h"
|
| #include "content/browser/download/download_file.h"
|
| +#include "content/public/browser/browser_thread.h"
|
|
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| #include "base/environment.h"
|
|
|