| Index: chrome/browser/shell_integration_win.cc
|
| diff --git a/chrome/browser/shell_integration_win.cc b/chrome/browser/shell_integration_win.cc
|
| index 25f868aa73af84634f8f2a3d2deec46eca8f0159..41b80f71b202d00050a6263cd1ab6a70f1bc2bc8 100644
|
| --- a/chrome/browser/shell_integration_win.cc
|
| +++ b/chrome/browser/shell_integration_win.cc
|
| @@ -5,9 +5,9 @@
|
| #include "chrome/browser/shell_integration.h"
|
|
|
| #include <windows.h>
|
| -#include <shobjidl.h>
|
| #include <propkey.h>
|
| #include <propvarutil.h>
|
| +#include <shobjidl.h>
|
|
|
| #include "base/command_line.h"
|
| #include "base/file_util.h"
|
| @@ -34,7 +34,7 @@
|
| #include "chrome/installer/util/util_constants.h"
|
| #include "chrome/installer/util/work_item.h"
|
| #include "chrome/installer/util/work_item_list.h"
|
| -#include "content/browser/browser_thread.h"
|
| +#include "content/public/browser/browser_thread.h"
|
|
|
| namespace {
|
|
|
|
|