Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1264)

Unified Diff: chrome/common/win_safe_util.cc

Issue 7265009: Revert 90464 - Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/scoped_co_mem.h ('k') | chrome/renderer/chrome_render_process_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chrome/common/scoped_co_mem.h ('k') | chrome/renderer/chrome_render_process_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698