Index: content/renderer/mhtml_generator.h |
=================================================================== |
--- content/renderer/mhtml_generator.h (revision 163045) |
+++ content/renderer/mhtml_generator.h (working copy) |
@@ -9,9 +9,10 @@ |
#include "ipc/ipc_platform_file.h" |
+namespace content { |
class RenderViewImpl; |
-class MHTMLGenerator : public content::RenderViewObserver { |
+class MHTMLGenerator : public RenderViewObserver { |
public: |
explicit MHTMLGenerator(RenderViewImpl* render_view); |
virtual ~MHTMLGenerator(); |
@@ -32,4 +33,6 @@ |
DISALLOW_COPY_AND_ASSIGN(MHTMLGenerator); |
}; |
+} // namespace content |
+ |
#endif // CONTENT_RENDERER_MHTML_GENERATOR_H_ |