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

Unified Diff: native_client_sdk/src/libraries/nacl_io/kernel_intercept.h

Issue 12194030: Rename mount (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix whitespace Created 7 years, 10 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: native_client_sdk/src/libraries/nacl_io/kernel_intercept.h
diff --git a/native_client_sdk/src/libraries/nacl_mounts/kernel_intercept.h b/native_client_sdk/src/libraries/nacl_io/kernel_intercept.h
similarity index 91%
rename from native_client_sdk/src/libraries/nacl_mounts/kernel_intercept.h
rename to native_client_sdk/src/libraries/nacl_io/kernel_intercept.h
index 4fc45ec1d4394e4e9270225a73703f6acb2ebec8..8cec8ae7dfafa0e9f7971a65d6b7d178e8ede4b1 100644
--- a/native_client_sdk/src/libraries/nacl_mounts/kernel_intercept.h
+++ b/native_client_sdk/src/libraries/nacl_io/kernel_intercept.h
@@ -2,12 +2,12 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
-#ifndef LIBRARIES_NACL_MOUNTS_KERNEL_INTERCEPT_H_
-#define LIBRARIES_NACL_MOUNTS_KERNEL_INTERCEPT_H_
+#ifndef LIBRARIES_NACL_IO_KERNEL_INTERCEPT_H_
+#define LIBRARIES_NACL_IO_KERNEL_INTERCEPT_H_
#include <ppapi/c/ppb.h>
#include <ppapi/c/pp_instance.h>
-#include "nacl_mounts/ostypes.h"
+#include "nacl_io/ostypes.h"
#include "utils/macros.h"
EXTERN_C_BEGIN
@@ -54,5 +54,5 @@ int ki_symlink(const char* oldpath, const char* newpath);
EXTERN_C_END
-#endif // LIBRARIES_NACL_MOUNTS_KERNEL_INTERCEPT_H_
+#endif // LIBRARIES_NACL_IO_KERNEL_INTERCEPT_H_
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/kernel_handle.cc ('k') | native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698