Chromium Code Reviews| Index: printing/printed_pages_source.h |
| =================================================================== |
| --- printing/printed_pages_source.h (revision 224775) |
| +++ printing/printed_pages_source.h (working copy) |
| @@ -13,7 +13,7 @@ |
| class PrintedPagesSource { |
| public: |
| // Returns the document title. |
| - virtual string16 RenderSourceName() = 0; |
| + virtual base::string16 RenderSourceName() = 0; |
| protected: |
| virtual ~PrintedPagesSource() {} |