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

Unified Diff: test/thread_posix.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/thread.cc ('k') | test/thread_win.cc » ('j') | util/util_test.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/thread_posix.cc
diff --git a/util/test/thread_posix.cc b/test/thread_posix.cc
similarity index 95%
rename from util/test/thread_posix.cc
rename to test/thread_posix.cc
index 3a908845c925d0105b39375e949defd9ea767e29..9334d89a3efe52fb7733400efa51f40129fe2c7a 100644
--- a/util/test/thread_posix.cc
+++ b/test/thread_posix.cc
@@ -12,10 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#include "util/test/thread.h"
+#include "test/thread.h"
#include "gtest/gtest.h"
-#include "util/test/errors.h"
+#include "test/errors.h"
namespace crashpad {
namespace test {
« no previous file with comments | « test/thread.cc ('k') | test/thread_win.cc » ('j') | util/util_test.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698