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

Unified Diff: ppapi/shared_impl/file_type_conversion.cc

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.cc
diff --git a/webkit/plugins/ppapi/file_type_conversions.cc b/ppapi/shared_impl/file_type_conversion.cc
similarity index 95%
rename from webkit/plugins/ppapi/file_type_conversions.cc
rename to ppapi/shared_impl/file_type_conversion.cc
index 42f1aa1282c5eeb65b19c30e363c7c31c907e997..a9bd435ee8f5c2f21c782b1b27ca810a506fb329 100644
--- a/webkit/plugins/ppapi/file_type_conversions.cc
+++ b/ppapi/shared_impl/file_type_conversion.cc
@@ -2,12 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/plugins/ppapi/file_type_conversions.h"
+#include "ppapi/shared_impl/file_type_conversion.h"
#include "ppapi/c/pp_errors.h"
#include "ppapi/c/ppb_file_io.h"
-namespace webkit {
namespace ppapi {
int PlatformFileErrorToPepperError(base::PlatformFileError error_code) {
@@ -73,4 +72,3 @@ bool PepperFileOpenFlagsToPlatformFileFlags(int32_t pp_open_flags,
}
} // namespace ppapi
-} // namespace webkit

Powered by Google App Engine
This is Rietveld 408576698