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

Unified Diff: chrome/browser/tab_contents/thumbnail_generator_unittest.cc

Issue 7744039: Switch ChromeTestSuite to the same convention as ContentTestSuite: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixing Created 9 years, 4 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
Index: chrome/browser/tab_contents/thumbnail_generator_unittest.cc
diff --git a/chrome/browser/tab_contents/thumbnail_generator_unittest.cc b/chrome/browser/tab_contents/thumbnail_generator_unittest.cc
index c4365844f8c787cc8ae7ca4934abc9d89765a073..f7a4780b880e2f67047ea6c93fda94e92f58ced3 100644
--- a/chrome/browser/tab_contents/thumbnail_generator_unittest.cc
+++ b/chrome/browser/tab_contents/thumbnail_generator_unittest.cc
@@ -7,7 +7,6 @@
#include "chrome/browser/history/top_sites.h"
#include "chrome/browser/tab_contents/thumbnail_generator.h"
#include "chrome/common/render_messages.h"
-#include "chrome/test/base/testing_browser_process_test.h"
#include "chrome/test/base/testing_profile.h"
#include "content/browser/renderer_host/backing_store_manager.h"
#include "content/browser/renderer_host/backing_store_skia.h"
@@ -54,7 +53,7 @@ class TestRenderWidgetHostViewWithBackingStoreSkia
DISALLOW_COPY_AND_ASSIGN(TestRenderWidgetHostViewWithBackingStoreSkia);
};
-class ThumbnailGeneratorTest : public TestingBrowserProcessTest {
+class ThumbnailGeneratorTest : public testing::Test {
public:
ThumbnailGeneratorTest() {
profile_.reset(new TestingProfile());
@@ -208,7 +207,7 @@ TEST_F(ThumbnailGeneratorTest, DiscardBackingStore) {
#endif // !defined(OS_MAC)
-typedef TestingBrowserProcessTest ThumbnailGeneratorSimpleTest;
+typedef testing::Test ThumbnailGeneratorSimpleTest;
TEST_F(ThumbnailGeneratorSimpleTest, CalculateBoringScore_Empty) {
SkBitmap bitmap;

Powered by Google App Engine
This is Rietveld 408576698