Index: webkit/plugins/ppapi/error_util.cc |
=================================================================== |
--- webkit/plugins/ppapi/error_util.cc (revision 0) |
+++ webkit/plugins/ppapi/error_util.cc (working copy) |
@@ -2,11 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "webkit/glue/plugins/pepper_error_util.h" |
+#include "webkit/plugins/ppapi/error_util.h" |
#include "ppapi/c/pp_errors.h" |
-namespace pepper { |
+namespace webkit { |
+namespace ppapi { |
int PlatformFileErrorToPepperError(base::PlatformFileError error_code) { |
switch (error_code) { |
@@ -30,4 +31,6 @@ |
} |
} |
-} // namespace pepper |
+} // namespace ppapi |
+} // namespace webkit |
+ |