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

Unified Diff: sandbox/win/src/win_utils_unittest.cc

Issue 10689170: Move the Windows sandbox to sandbox/win (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on top of tree Created 8 years, 5 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
Index: sandbox/win/src/win_utils_unittest.cc
diff --git a/sandbox/src/win_utils_unittest.cc b/sandbox/win/src/win_utils_unittest.cc
similarity index 97%
rename from sandbox/src/win_utils_unittest.cc
rename to sandbox/win/src/win_utils_unittest.cc
index 0f445ef9308e7fafc681c6d28c835d642ebd7fef..72653167eb1cfb6ebeaab275cd597c0d53489247 100644
--- a/sandbox/src/win_utils_unittest.cc
+++ b/sandbox/win/src/win_utils_unittest.cc
@@ -5,8 +5,8 @@
#include <windows.h>
#include "base/win/scoped_handle.h"
-#include "sandbox/src/win_utils.h"
-#include "sandbox/tests/common/test_utils.h"
+#include "sandbox/win/src/win_utils.h"
+#include "sandbox/win/tests/common/test_utils.h"
#include "testing/gtest/include/gtest/gtest.h"
TEST(WinUtils, IsReparsePoint) {

Powered by Google App Engine
This is Rietveld 408576698