Index: webkit/plugins/ppapi/error_util.h |
=================================================================== |
--- webkit/plugins/ppapi/error_util.h (revision 0) |
+++ webkit/plugins/ppapi/error_util.h (working copy) |
@@ -2,15 +2,17 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef WEBKIT_GLUE_PLUGINS_PEPPER_ERROR_UTIL_H_ |
-#define WEBKIT_GLUE_PLUGINS_PEPPER_ERROR_UTIL_H_ |
+#ifndef WEBKIT_PLUGINS_PPAPI_ERROR_UTIL_H_ |
+#define WEBKIT_PLUGINS_PPAPI_ERROR_UTIL_H_ |
#include "base/platform_file.h" |
-namespace pepper { |
+namespace webkit { |
+namespace ppapi { |
int PlatformFileErrorToPepperError(base::PlatformFileError error_code); |
-} // namespace pepper |
+} // namespace ppapi |
+} // namespace webkit |
-#endif // WEBKIT_GLUE_PLUGINS_PEPPER_ERROR_UTIL_H_ |
+#endif // WEBKIT_PLUGINS_PPAPI_ERROR_UTIL_H_ |