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

Unified Diff: chrome/browser/instant/promo_counter_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/instant/promo_counter_unittest.cc
diff --git a/chrome/browser/instant/promo_counter_unittest.cc b/chrome/browser/instant/promo_counter_unittest.cc
index 9ccdb58343596c028f370a60aab54f8dff9cca04..a9b85bed7072cc235418762e5b617df4d2d880bc 100644
--- a/chrome/browser/instant/promo_counter_unittest.cc
+++ b/chrome/browser/instant/promo_counter_unittest.cc
@@ -3,11 +3,10 @@
// found in the LICENSE file.
#include "chrome/browser/instant/promo_counter.h"
-#include "chrome/test/base/testing_browser_process_test.h"
#include "chrome/test/base/testing_profile.h"
#include "testing/gtest/include/gtest/gtest.h"
-typedef TestingBrowserProcessTest PromoCounterTest;
+typedef testing::Test PromoCounterTest;
// Makes sure ShouldShow returns false after the max number of days.
TEST_F(PromoCounterTest, MaxTimeElapsed) {

Powered by Google App Engine
This is Rietveld 408576698