Index: chrome/browser/shell_integration_win.cc |
diff --git a/chrome/browser/shell_integration_win.cc b/chrome/browser/shell_integration_win.cc |
index 08b988589ea6495f6b697c69de3544ed9be5ba21..5b0befd5fb7d1ce5543ebb01f1bca08b5a228bfd 100644 |
--- a/chrome/browser/shell_integration_win.cc |
+++ b/chrome/browser/shell_integration_win.cc |
@@ -9,6 +9,7 @@ |
#include <propkey.h> |
#include <propvarutil.h> |
+#include "base/base_paths.h" |
#include "base/bind.h" |
#include "base/command_line.h" |
#include "base/file_util.h" |
@@ -25,7 +26,6 @@ |
#include "base/win/windows_version.h" |
#include "chrome/browser/web_applications/web_app.h" |
#include "chrome/common/chrome_constants.h" |
-#include "chrome/common/chrome_paths.h" |
#include "chrome/common/chrome_paths_internal.h" |
#include "chrome/common/chrome_switches.h" |
#include "chrome/installer/setup/setup_util.h" |
@@ -364,7 +364,7 @@ void MigrateChromiumShortcutsCallback() { |
base::DIR_APP_DATA, |
L"Microsoft\\Internet Explorer\\Quick Launch\\User Pinned\\TaskBar" |
}, { |
- chrome::DIR_USER_DESKTOP, |
+ base::DIR_USER_DESKTOP, |
NULL |
}, { |
base::DIR_START_MENU, |