diff options
author | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-07 20:23:09 +0000 |
---|---|---|
committer | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-07 20:23:09 +0000 |
commit | 09ad1e629a88f99d2e93797304f4a6060915e228 (patch) | |
tree | e69ebeea9d6aa79cf134bc892e3b0573abe10c86 /base/path_service.cc | |
parent | e82b706db2d3da13746b66fd5ab7d5dd38fab17e (diff) | |
download | chromium_src-09ad1e629a88f99d2e93797304f4a6060915e228.zip chromium_src-09ad1e629a88f99d2e93797304f4a6060915e228.tar.gz chromium_src-09ad1e629a88f99d2e93797304f4a6060915e228.tar.bz2 |
Improve PathServiceTest test by verifying that the returned path exists.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@533 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/path_service.cc')
-rw-r--r-- | base/path_service.cc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/base/path_service.cc b/base/path_service.cc index 05f3010..12073f7 100644 --- a/base/path_service.cc +++ b/base/path_service.cc @@ -27,7 +27,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "build/build_config.h" +#include "base/path_service.h" #ifdef OS_WIN #include <windows.h> @@ -36,11 +36,9 @@ #endif #include "base/hash_tables.h" -#include "base/path_service.h" - +#include "base/file_util.h" #include "base/lock.h" #include "base/logging.h" -#include "base/file_util.h" #include "base/string_util.h" namespace base { |