diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-20 20:47:25 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-20 20:47:25 +0000 |
commit | 6d7c8059b0b3c9e5f079bb8f0569b0de6a115330 (patch) | |
tree | 93b51fcbae522fdd93b0d8031922ab131a9eb2ac /base/file_util.h | |
parent | b674dc73f0b635aa2f7be660153e5b05f6a9b593 (diff) | |
download | chromium_src-6d7c8059b0b3c9e5f079bb8f0569b0de6a115330.zip chromium_src-6d7c8059b0b3c9e5f079bb8f0569b0de6a115330.tar.gz chromium_src-6d7c8059b0b3c9e5f079bb8f0569b0de6a115330.tar.bz2 |
Hook up more of extension uninstall.
Also removed all external dependencies from ExtensionsService.
It now only sends out notifications, which other services
consume. This should allow us to unit test the
ExtensionsService frontend, but I haven't added that yet.
Review URL: http://codereview.chromium.org/113493
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16529 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 c51e1a0..7598621 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. -// Dont't use wildcards on the names, it may stop working without notice. +// Don'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, |