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 |