Index: mojo/edk/test/test_utils_win.cc |
diff --git a/mojo/common/test/test_utils_win.cc b/mojo/edk/test/test_utils_win.cc |
similarity index 98% |
rename from mojo/common/test/test_utils_win.cc |
rename to mojo/edk/test/test_utils_win.cc |
index 71efced5c7913189d8935a7e3626cf4652efdcc0..42613a68cc235d1eedb250a53da25c1dab7ea9b3 100644 |
--- a/mojo/common/test/test_utils_win.cc |
+++ b/mojo/edk/test/test_utils_win.cc |
@@ -2,12 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "mojo/common/test/test_utils.h" |
+#include "mojo/edk/test/test_utils.h" |
+#include <windows.h> |
#include <fcntl.h> |
#include <io.h> |
#include <string.h> |
-#include <windows.h> |
#include "base/base_paths.h" |
#include "base/path_service.h" |