From fd85ad650d68309b965dbc9f3d6823cf2754349c Mon Sep 17 00:00:00 2001 From: "brettw@google.com" Date: Fri, 31 Dec 2010 20:39:02 +0000 Subject: Move app/win_util to app/win and fix the namespace usage. Split out the two classes: ScopedComInitializer and ScopedCOMem (which I renamed) to separate files. I removed the win_util_path file which had one function in it and moved the function to win_util. Somehow, this was getting picked up by the nacl64 build and the call in sandbox_policy was then not being defined. I just implemented the function in-plcae since it's just a simple wrapper around a Windows API call. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/6013009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70343 0039d316-1c4b-4281-b951-d872f2087c98 --- base/base_switches.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/base_switches.cc') diff --git a/base/base_switches.cc b/base/base_switches.cc index d907a3a..c95010e 100644 --- a/base/base_switches.cc +++ b/base/base_switches.cc @@ -23,7 +23,7 @@ const char kFullMemoryCrashReport[] = "full-memory-crash-report"; // Suppresses all error dialogs when present. const char kNoErrorDialogs[] = "noerrdialogs"; -// Disable win_util::MessageBox. This is useful when running as part of +// Disable app::win::MessageBox. This is useful when running as part of // scripts that do not have a user interface. const char kNoMessageBox[] = "no-message-box"; -- cgit v1.1