| Index: chrome/browser/aeropeek_manager.cc
|
| diff --git a/chrome/browser/aeropeek_manager.cc b/chrome/browser/aeropeek_manager.cc
|
| index f4a2da6bdc06821bea279c2e8e7134f2925b2597..e44105e38dcadca24edde91549e9ac910d75705f 100644
|
| --- a/chrome/browser/aeropeek_manager.cc
|
| +++ b/chrome/browser/aeropeek_manager.cc
|
| @@ -7,13 +7,13 @@
|
| #include <dwmapi.h>
|
| #include <shobjidl.h>
|
|
|
| -#include "app/win/shell.h"
|
| #include "base/command_line.h"
|
| #include "base/scoped_native_library.h"
|
| #include "base/synchronization/waitable_event.h"
|
| #include "base/win/scoped_comptr.h"
|
| #include "base/win/scoped_gdi_object.h"
|
| #include "base/win/scoped_hdc.h"
|
| +#include "base/win/shell.h"
|
| #include "base/win/windows_version.h"
|
| #include "chrome/browser/app_icon_win.h"
|
| #include "chrome/browser/browser_process.h"
|
| @@ -254,7 +254,7 @@ class RegisterThumbnailTask : public Task {
|
| // browser icon in the taskbar.
|
| // TODO(mattm): This should use ShellIntegration::GetChromiumAppId to work
|
| // properly with multiple profiles.
|
| - app::win::SetAppIdForWindow(
|
| + base::win::SetAppIdForWindow(
|
| BrowserDistribution::GetDistribution()->GetBrowserAppId(), window_);
|
|
|
| // Register this place-holder window to the taskbar as a child of
|
|
|