Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: chrome/browser/printing/print_preview_test.h

Issue 19706002: Remove plugin_list.h includes from chrome tests in preparation for moving webkit/plugins to content… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix posix tests Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/plugins/plugin_prefs_unittest.cc ('k') | chrome/browser/printing/print_preview_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « chrome/browser/plugins/plugin_prefs_unittest.cc ('k') | chrome/browser/printing/print_preview_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698