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

Unified Diff: chrome/browser/history/history_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/history/history_unittest.cc
diff --git a/chrome/browser/history/history_unittest.cc b/chrome/browser/history/history_unittest.cc
index 0d5b0d09c5a9deb08819d057285bfa805fb0edc0..8af6c3d7667d5d2ba6052a4a6926e9eb993afc38 100644
--- a/chrome/browser/history/history_unittest.cc
+++ b/chrome/browser/history/history_unittest.cc
@@ -43,7 +43,6 @@
#include "chrome/browser/history/page_usage_data.h"
#include "chrome/common/chrome_paths.h"
#include "chrome/common/thumbnail_score.h"
-#include "chrome/test/base/testing_browser_process_test.h"
#include "chrome/tools/profiles/thumbnail-inl.h"
#include "content/browser/download/download_item.h"
#include "content/browser/download/download_persistent_store_info.h"
@@ -101,7 +100,7 @@ class BackendDelegate : public HistoryBackend::Delegate {
// This must be outside the anonymous namespace for the friend statement in
// HistoryBackend to work.
-class HistoryTest : public TestingBrowserProcessTest {
+class HistoryTest : public testing::Test {
public:
HistoryTest()
: history_service_(NULL),

Powered by Google App Engine
This is Rietveld 408576698