summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_init.h
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-18 00:34:21 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-18 00:34:21 +0000
commit7c47ae3e1448b0ae65d7d75a7ed82d66334b11f8 (patch)
treed718ace931258ad51fbcac618030aab236fb1bfb /chrome/browser/browser_init.h
parente4844e11f1f5a9ee8707b1f6f79aa3de54db2248 (diff)
downloadchromium_src-7c47ae3e1448b0ae65d7d75a7ed82d66334b11f8.zip
chromium_src-7c47ae3e1448b0ae65d7d75a7ed82d66334b11f8.tar.gz
chromium_src-7c47ae3e1448b0ae65d7d75a7ed82d66334b11f8.tar.bz2
Rename MessageWindow to ProcessSingleton in anticipation of more refactoring.
Review URL: http://codereview.chromium.org/20437 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9923 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_init.h')
-rw-r--r--chrome/browser/browser_init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser_init.h b/chrome/browser/browser_init.h
index fb3a5d6..e37ab69 100644
--- a/chrome/browser/browser_init.h
+++ b/chrome/browser/browser_init.h
@@ -90,7 +90,7 @@ class BrowserInit {
// process (via the WM_COPYDATA message). |command_line| holds the command
// line we need to process - either from this process or from some other one
// (if |process_startup| is true and we are being called from
- // MessageWindow::OnCopyData).
+ // ProcessSingleton::OnCopyData).
static bool ProcessCommandLine(const CommandLine& command_line,
const std::wstring& cur_dir,
PrefService* prefs, bool process_startup,