Index: chrome/browser/browsing_data_file_system_helper_unittest.cc |
diff --git a/chrome/browser/browsing_data_file_system_helper_unittest.cc b/chrome/browser/browsing_data_file_system_helper_unittest.cc |
index 12facb219de2a91248d5ac0ba014b8b2bbf400d5..19c94b94007117cac87a1777f56c4f64e81ae5b5 100644 |
--- a/chrome/browser/browsing_data_file_system_helper_unittest.cc |
+++ b/chrome/browser/browsing_data_file_system_helper_unittest.cc |
@@ -6,7 +6,6 @@ |
#include "base/utf_string_conversions.h" |
#include "chrome/browser/browsing_data_file_system_helper.h" |
-#include "chrome/test/base/testing_browser_process_test.h" |
#include "chrome/test/base/testing_profile.h" |
#include "content/browser/browser_thread.h" |
#include "webkit/fileapi/file_system_context.h" |
@@ -46,7 +45,7 @@ typedef scoped_ptr<FileSystemInfoList> ScopedFileSystemInfoList; |
// called. For this to work, you'll need to ensure that each async call is |
// implemented as a class method that that calls Notify() at an appropriate |
// point. |
-class BrowsingDataFileSystemHelperTest : public TestingBrowserProcessTest { |
+class BrowsingDataFileSystemHelperTest : public testing::Test { |
public: |
BrowsingDataFileSystemHelperTest() |
: helper_(BrowsingDataFileSystemHelper::Create(&profile_)), |