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

Unified Diff: native_client_sdk/src/libraries/nacl_io/kernel_handle.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_handle.h
diff --git a/native_client_sdk/src/libraries/nacl_mounts/kernel_handle.h b/native_client_sdk/src/libraries/nacl_io/kernel_handle.h
similarity index 84%
rename from native_client_sdk/src/libraries/nacl_mounts/kernel_handle.h
rename to native_client_sdk/src/libraries/nacl_io/kernel_handle.h
index acbc1f1ce412e0d6d046cf45887b89c28a729ef6..a047125085f7eaaa1715ef2be8b390e089f7df03 100644
--- a/native_client_sdk/src/libraries/nacl_mounts/kernel_handle.h
+++ b/native_client_sdk/src/libraries/nacl_io/kernel_handle.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_HANDLE_H_
-#define LIBRARIES_NACL_MOUNTS_KERNEL_HANDLE_H_
+#ifndef LIBRARIES_NACL_IO_KERNEL_HANDLE_H_
+#define LIBRARIES_NACL_IO_KERNEL_HANDLE_H_
#include <pthread.h>
-#include "nacl_mounts/ostypes.h"
+#include "nacl_io/ostypes.h"
#include "utils/macros.h"
#include "utils/ref_object.h"
@@ -38,4 +38,4 @@ class KernelHandle : public RefObject {
DISALLOW_COPY_AND_ASSIGN(KernelHandle);
};
-#endif // LIBRARIES_NACL_MOUNTS_KERNEL_HANDLE_H_
+#endif // LIBRARIES_NACL_IO_KERNEL_HANDLE_H_
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/inode_pool.h ('k') | native_client_sdk/src/libraries/nacl_io/kernel_handle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698