diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-14 23:50:18 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-14 23:50:18 +0000 |
commit | 8ab9ba5454bbd0bf079c1af4e3c8a5f30d058e0c (patch) | |
tree | 7f32d582547399d911e88bd0775f2b3c760ad296 /chrome/browser/dom_ui/fileicon_source.cc | |
parent | 4c29efd402105cd29908d21550829bc089a8fe36 (diff) | |
download | chromium_src-8ab9ba5454bbd0bf079c1af4e3c8a5f30d058e0c.zip chromium_src-8ab9ba5454bbd0bf079c1af4e3c8a5f30d058e0c.tar.gz chromium_src-8ab9ba5454bbd0bf079c1af4e3c8a5f30d058e0c.tar.bz2 |
Fix syntax error.
TBR=mmoss
Review URL: http://codereview.chromium.org/69009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13721 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/dom_ui/fileicon_source.cc')
-rw-r--r-- | chrome/browser/dom_ui/fileicon_source.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/dom_ui/fileicon_source.cc b/chrome/browser/dom_ui/fileicon_source.cc index 7e8ef9b..e35d49c 100644 --- a/chrome/browser/dom_ui/fileicon_source.cc +++ b/chrome/browser/dom_ui/fileicon_source.cc @@ -33,7 +33,7 @@ void FileIconSource::StartDataRequest(const std::string& path, // Fast look up. #if defined(OS_WIN) FilePath escaped_filepath(UTF8ToWide(escaped_path)); -#else if defined(OS_POSIX) +#elif defined(OS_POSIX) // The correct encoding on Linux may not actually be UTF8. FilePath escaped_filepath(escaped_path); #endif |