| Index: chrome/browser/web_applications/web_app_win.cc
|
| diff --git a/chrome/browser/web_applications/web_app_win.cc b/chrome/browser/web_applications/web_app_win.cc
|
| index cfc68e15518421b88cab745f74f9e467ab37a7b8..9e50e49aa5eb1aa0258ef4303caadbbbfb656d3b 100644
|
| --- a/chrome/browser/web_applications/web_app_win.cc
|
| +++ b/chrome/browser/web_applications/web_app_win.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include <shlobj.h>
|
|
|
| +#include "base/base_paths.h"
|
| #include "base/command_line.h"
|
| #include "base/file_util.h"
|
| #include "base/logging.h"
|
| @@ -15,7 +16,6 @@
|
| #include "base/utf_string_conversions.h"
|
| #include "base/win/shortcut.h"
|
| #include "base/win/windows_version.h"
|
| -#include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "ui/gfx/icon_util.h"
|
| @@ -82,7 +82,7 @@ std::vector<FilePath> GetShortcutPaths(
|
| } locations[] = {
|
| {
|
| shortcut_info.create_on_desktop,
|
| - chrome::DIR_USER_DESKTOP,
|
| + base::DIR_USER_DESKTOP,
|
| NULL
|
| }, {
|
| shortcut_info.create_in_applications_menu,
|
|
|