Index: chrome/common/win_safe_util.cc |
=================================================================== |
--- chrome/common/win_safe_util.cc (revision 90470) |
+++ chrome/common/win_safe_util.cc (working copy) |
@@ -7,12 +7,12 @@ |
#include "chrome/common/win_safe_util.h" |
+#include "app/win/shell.h" |
#include "base/file_path.h" |
#include "base/logging.h" |
#include "base/path_service.h" |
#include "base/string_util.h" |
#include "base/win/scoped_comptr.h" |
-#include "ui/base/win/shell.h" |
namespace { |
@@ -70,7 +70,7 @@ |
NOTREACHED(); |
return false; |
} |
- return ui::win::OpenItemViaShell(full_path); |
+ return app::win::OpenItemViaShell(full_path); |
} |
attachment_services->SetClientGuid(kClientID); |
@@ -112,7 +112,7 @@ |
return false; |
} |
} |
- return ui::win::OpenItemViaShellNoZoneCheck(full_path); |
+ return app::win::OpenItemViaShellNoZoneCheck(full_path); |
} |
bool SetInternetZoneIdentifier(const FilePath& full_path, |