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

Unified Diff: native_client_sdk/src/libraries/nacl_io/path.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
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/ostypes.h ('k') | native_client_sdk/src/libraries/nacl_io/path.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/libraries/nacl_io/path.h
diff --git a/native_client_sdk/src/libraries/nacl_mounts/path.h b/native_client_sdk/src/libraries/nacl_io/path.h
similarity index 93%
rename from native_client_sdk/src/libraries/nacl_mounts/path.h
rename to native_client_sdk/src/libraries/nacl_io/path.h
index 243fa16743376e49dae39264e596220c9f515bac..d1a381ba0e3443e451118da9ed4356d704fec4c3 100644
--- a/native_client_sdk/src/libraries/nacl_mounts/path.h
+++ b/native_client_sdk/src/libraries/nacl_io/path.h
@@ -2,8 +2,8 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
-#ifndef LIBRARIES_NACL_MOUNTS_PATH_H_
-#define LIBRARIES_NACL_MOUNTS_PATH_H_
+#ifndef LIBRARIES_NACL_IO_PATH_H_
+#define LIBRARIES_NACL_IO_PATH_H_
#include <string>
#include <vector>
@@ -66,4 +66,4 @@ class Path {
StringArray_t paths_;
};
-#endif // PACKAGES_LIBRARIES_NACL_MOUNTS_PATH_H_
+#endif // PACKAGES_LIBRARIES_NACL_IO_PATH_H_
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/ostypes.h ('k') | native_client_sdk/src/libraries/nacl_io/path.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698