Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(665)

Unified Diff: test/paths.cc

Issue 1051533002: test: Move util/test to its own top-level directory, test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Rebase Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/paths.h ('k') | test/paths_mac.cc » ('j') | util/util_test.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/paths.cc
diff --git a/util/test/paths.cc b/test/paths.cc
similarity index 96%
rename from util/test/paths.cc
rename to test/paths.cc
index 5634b62dd10696dd7c0a1e1ed4ef5f1d25208076..b5eb60b90b9ab7a49df8405b8e6c2e9b791ab7aa 100644
--- a/util/test/paths.cc
+++ b/test/paths.cc
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#include "util/test/paths.h"
+#include "test/paths.h"
#include <stdlib.h>
#include <sys/stat.h>
@@ -27,8 +27,7 @@ namespace {
bool IsTestDataRoot(const base::FilePath& candidate) {
const base::FilePath marker_path =
- candidate.Append(FILE_PATH_LITERAL("util"))
- .Append(FILE_PATH_LITERAL("test"))
+ candidate.Append(FILE_PATH_LITERAL("test"))
.Append(FILE_PATH_LITERAL("paths_test_data_root.txt"));
#if !defined(OS_WIN)
« no previous file with comments | « test/paths.h ('k') | test/paths_mac.cc » ('j') | util/util_test.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698