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

Unified Diff: ppapi/shared_impl/file_type_conversion.h

Issue 8764003: Implement a proxy for Pepper FileIO. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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: ppapi/shared_impl/file_type_conversion.h
diff --git a/webkit/plugins/ppapi/file_type_conversions.h b/ppapi/shared_impl/file_type_conversion.h
similarity index 74%
rename from webkit/plugins/ppapi/file_type_conversions.h
rename to ppapi/shared_impl/file_type_conversion.h
index 708a94bce0a0fe23c0970dbaec460e492aa8307a..3ecd404b7ea752cdf51caca777566aebed6331c1 100644
--- a/webkit/plugins/ppapi/file_type_conversions.h
+++ b/ppapi/shared_impl/file_type_conversion.h
@@ -2,13 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_PLUGINS_PPAPI_FILE_TYPE_CONVERSIONS_H_
-#define WEBKIT_PLUGINS_PPAPI_FILE_TYPE_CONVERSIONS_H_
+#ifndef PPAPI_SHARED_IMPL_FILE_TYPE_CONVERSION_H_
+#define PPAPI_SHARED_IMPL_FILE_TYPE_CONVERSION_H_
#include "base/platform_file.h"
#include "ppapi/c/pp_stdint.h"
-namespace webkit {
namespace ppapi {
int PlatformFileErrorToPepperError(base::PlatformFileError error_code);
@@ -20,6 +19,5 @@ bool PepperFileOpenFlagsToPlatformFileFlags(int32_t pp_open_flags,
int* flags_out);
} // namespace ppapi
-} // namespace webkit
-#endif // WEBKIT_PLUGINS_PPAPI_FILE_TYPE_CONVERSIONS_H_
+#endif // PPAPI_SHARED_IMPL_FILE_TYPE_CONVERSION_H_

Powered by Google App Engine
This is Rietveld 408576698