Chromium Code Reviews| Index: content/common/fileapi/webfilesystem_impl.h |
| =================================================================== |
| --- content/common/fileapi/webfilesystem_impl.h (revision 163290) |
| +++ content/common/fileapi/webfilesystem_impl.h (working copy) |
| @@ -15,6 +15,8 @@ |
| class WebFileWriterClient; |
| } |
| +namespace content { |
| + |
| class WebFileSystemImpl : public WebKit::WebFileSystem { |
| public: |
| WebFileSystemImpl(); |
| @@ -63,4 +65,6 @@ |
| WebKit::WebFileSystemCallbacks*) OVERRIDE; |
| }; |
| +} // namespace contentf |
|
scottmg
2012/10/22 18:16:50
contentf
|
| + |
| #endif // CONTENT_COMMON_FILEAPI_WEBFILESYSTEM_IMPL_H_ |