diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-04 00:33:24 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-04 00:33:24 +0000 |
commit | f8ce465c025d457778f8376eca12d94e723965bb (patch) | |
tree | c7d292f7f6b44b9215209c258605ce09f80bd785 /chrome/app/chrome_exe_main_gtk.cc | |
parent | 1f59edcb6592e1586822c4c9e6aea31e1fb1071c (diff) | |
download | chromium_src-f8ce465c025d457778f8376eca12d94e723965bb.zip chromium_src-f8ce465c025d457778f8376eca12d94e723965bb.tar.gz chromium_src-f8ce465c025d457778f8376eca12d94e723965bb.tar.bz2 |
chrome_exe_main: name os-specific files according to naming pattern
These files probably just predate us having a _win suffix on Windows-specific
code.
BUG=18504
TEST=compiles
Review URL: http://codereview.chromium.org/4451001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65001 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_exe_main_gtk.cc')
-rw-r--r-- | chrome/app/chrome_exe_main_gtk.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/app/chrome_exe_main_gtk.cc b/chrome/app/chrome_exe_main_gtk.cc index f7f8485..35764af 100644 --- a/chrome/app/chrome_exe_main_gtk.cc +++ b/chrome/app/chrome_exe_main_gtk.cc @@ -12,9 +12,9 @@ // order to make it easy to update the app from GoogleUpdate. We don't need // that extra layer with on linux. // -// TODO(tc): This is similar to chrome_exe_main.mm. After it's more clear what -// needs to go here, we should evaluate whether or not to merge this file with -// chrome_exe_main.mm. +// TODO(tc): This is similar to chrome_exe_main_mac.mm. After it's +// more clear what needs to go here, we should evaluate whether or not +// to merge this file with chrome_exe_main_mac.mm. extern "C" { int ChromeMain(int argc, const char** argv); |