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) { |