diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-21 00:42:29 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-21 00:42:29 +0000 |
commit | 4f313d5c590e31787599e6a38d7443d891546f88 (patch) | |
tree | 36c8ab524049cfbf12aecd7c2863afea51c049f5 /base/file_util.h | |
parent | c4cad374ad045af4593dff176039299b40e88056 (diff) | |
download | chromium_src-4f313d5c590e31787599e6a38d7443d891546f88.zip chromium_src-4f313d5c590e31787599e6a38d7443d891546f88.tar.gz chromium_src-4f313d5c590e31787599e6a38d7443d891546f88.tar.bz2 |
Revert "Hook up more of extension uninstall."
This reverts commit ebb5f616663f9d5ee78584187da16bba4ce96811.
Review URL: http://codereview.chromium.org/113680
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16557 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/file_util.h')
-rw-r--r-- | base/file_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/file_util.h b/base/file_util.h index 7598621..c51e1a0 100644 --- a/base/file_util.h +++ b/base/file_util.h @@ -176,7 +176,7 @@ bool CopyFile(const std::wstring& from_path, const std::wstring& to_path); // as well. // If there are files existing under to_path, always overwrite. // Returns true if successful, false otherwise. -// Don't use wildcards on the names, it may stop working without notice. +// Dont't use wildcards on the names, it may stop working without notice. // // If you only need to copy a file use CopyFile, it's faster. bool CopyDirectory(const FilePath& from_path, const FilePath& to_path, |