// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "extensions/browser/path_util.h" #include "base/files/file_path.h" #include "base/files/file_util.h" #include "base/path_service.h" #include "build/build_config.h" #include "testing/gtest/include/gtest/gtest.h" FilePath; namespace extensions { // Basic unittest for path_util::PrettifyPath. // For legacy reasons, it's tested more in // FileSystemApiTest.FileSystemApiGetDisplayPathPrettify. TEST(ExtensionPathUtilTest, BasicPrettifyPathTest) { … } TEST(ExtensionPathUtilTest, ResolveHomeDirTest) { … } } // namespace extensions