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

Unified Diff: sandbox/win/src/ipc_ping_test.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/ipc_ping_test.cc
diff --git a/sandbox/src/ipc_ping_test.cc b/sandbox/win/src/ipc_ping_test.cc
similarity index 89%
rename from sandbox/src/ipc_ping_test.cc
rename to sandbox/win/src/ipc_ping_test.cc
index 410fd6a713bb4bce6e5fd7b8b43b85fce7d80a2c..64e3de6c543b302d344433c8d12def2572bb6c83 100644
--- a/sandbox/src/ipc_ping_test.cc
+++ b/sandbox/win/src/ipc_ping_test.cc
@@ -3,10 +3,10 @@
// found in the LICENSE file.
#include "testing/gtest/include/gtest/gtest.h"
-#include "sandbox/src/sandbox.h"
-#include "sandbox/src/sandbox_factory.h"
-#include "sandbox/src/target_services.h"
-#include "sandbox/tests/common/controller.h"
+#include "sandbox/win/src/sandbox.h"
+#include "sandbox/win/src/sandbox_factory.h"
+#include "sandbox/win/src/target_services.h"
+#include "sandbox/win/tests/common/controller.h"
namespace sandbox {

Powered by Google App Engine
This is Rietveld 408576698