| Index: chrome/browser/shell_integration_win.cc
|
| diff --git a/chrome/browser/shell_integration_win.cc b/chrome/browser/shell_integration_win.cc
|
| index 152fd72a00301e795ece6950a29848da076d1a2b..15baa3e9185aeb63908cad91ff40f7d78580eee5 100644
|
| --- a/chrome/browser/shell_integration_win.cc
|
| +++ b/chrome/browser/shell_integration_win.cc
|
| @@ -36,6 +36,8 @@
|
| #include "chrome/installer/util/work_item_list.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| namespace {
|
|
|
| // Helper function for ShellIntegration::GetAppId to generates profile id
|
|
|