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

Unified Diff: ppapi/native_client/tests/nacl_browser/nameservice/pm_nameservice_test.cc

Issue 15793014: Use native_client/src/public/ for IMC headers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add missing ipc/DEPS Created 7 years, 6 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 | « ppapi/native_client/tests/nacl_browser/manifest_file/pm_pre_init_manifest_file_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/tests/nacl_browser/nameservice/pm_nameservice_test.cc
diff --git a/ppapi/native_client/tests/nacl_browser/nameservice/pm_nameservice_test.cc b/ppapi/native_client/tests/nacl_browser/nameservice/pm_nameservice_test.cc
index 5e35813156d9f0f95519f802dc0772dba6ae4ee2..7362b532e83582d5f452f4fbc13a661f4befd7d9 100644
--- a/ppapi/native_client/tests/nacl_browser/nameservice/pm_nameservice_test.cc
+++ b/ppapi/native_client/tests/nacl_browser/nameservice/pm_nameservice_test.cc
@@ -21,13 +21,12 @@
#include <unistd.h>
#include "native_client/src/include/nacl_scoped_ptr.h"
+#include "native_client/src/public/imc_syscalls.h"
+#include "native_client/src/public/name_service.h"
#include "native_client/src/shared/srpc/nacl_srpc.h"
#include "native_client/src/untrusted/nacl_ppapi_util/nacl_ppapi_util.h"
#include "native_client/src/untrusted/nacl_ppapi_util/string_buffer.h"
-#include <sys/nacl_syscalls.h>
-#include <sys/nacl_name_service.h>
-
#include "ppapi/cpp/instance.h"
#include "ppapi/cpp/module.h"
#include "ppapi/cpp/var.h"
« no previous file with comments | « ppapi/native_client/tests/nacl_browser/manifest_file/pm_pre_init_manifest_file_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698