Index: webkit/plugins/ppapi/string.h |
=================================================================== |
--- webkit/plugins/ppapi/string.h (revision 0) |
+++ webkit/plugins/ppapi/string.h (working copy) |
@@ -10,7 +10,8 @@ |
#include "base/basictypes.h" |
#include "base/ref_counted.h" |
-namespace pepper { |
+namespace webkit { |
+namespace ppapi { |
class String : public base::RefCountedThreadSafe<String> { |
public: |
@@ -25,6 +26,7 @@ |
DISALLOW_COPY_AND_ASSIGN(String); |
}; |
-} // namespace pepper |
+} // namespace ppapi |
+} // namespace webkit |
#endif // WEBKIT_GLUE_PLUGINS_PEPPER_STRING_H_ |