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

Unified Diff: chrome/browser/process_singleton_win.cc

Issue 6019007: Remove win_util::FormatMessage and FormatLastWin32Error. These were only used... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years 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
Index: chrome/browser/process_singleton_win.cc
===================================================================
--- chrome/browser/process_singleton_win.cc (revision 70263)
+++ chrome/browser/process_singleton_win.cc (working copy)
@@ -5,6 +5,7 @@
#include "chrome/browser/process_singleton.h"
#include "app/l10n_util.h"
+#include "app/win/hwnd_util.h"
#include "app/win_util.h"
#include "base/base_paths.h"
#include "base/command_line.h"
@@ -12,7 +13,6 @@
#include "base/path_service.h"
#include "base/process_util.h"
#include "base/scoped_handle.h"
-#include "base/win_util.h"
#include "chrome/browser/browser_process.h"
#include "chrome/browser/extensions/extensions_startup.h"
#include "chrome/browser/platform_util.h"
@@ -192,7 +192,7 @@
0, 0, 0, 0, 0, HWND_MESSAGE, 0, hinst, 0);
DCHECK(window_);
- win_util::SetWindowUserData(window_, this);
+ app::win::SetWindowUserData(window_, this);
return true;
}
« no previous file with comments | « chrome/browser/hang_monitor/hung_plugin_action.cc ('k') | chrome/browser/renderer_host/render_widget_host_view_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698