| Index: chrome/browser/printing/print_preview_test.h
|
| ===================================================================
|
| --- chrome/browser/printing/print_preview_test.h (revision 212185)
|
| +++ chrome/browser/printing/print_preview_test.h (working copy)
|
| @@ -6,7 +6,6 @@
|
| #define CHROME_BROWSER_PRINTING_PRINT_PREVIEW_TEST_H_
|
|
|
| #include "chrome/test/base/browser_with_test_window_test.h"
|
| -#include "webkit/plugins/npapi/mock_plugin_list.h"
|
|
|
| class PrintPreviewTest : public BrowserWithTestWindowTest {
|
| public:
|
| @@ -20,8 +19,6 @@
|
| virtual BrowserWindow* CreateBrowserWindow() OVERRIDE;
|
|
|
| private:
|
| - webkit::npapi::MockPluginList plugin_list_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(PrintPreviewTest);
|
| };
|
|
|
|
|