diff options
Diffstat (limited to 'chrome/installer/util/product_unittest.h')
-rw-r--r-- | chrome/installer/util/product_unittest.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/chrome/installer/util/product_unittest.h b/chrome/installer/util/product_unittest.h index 8635fc8..a48c9b7 100644 --- a/chrome/installer/util/product_unittest.h +++ b/chrome/installer/util/product_unittest.h @@ -12,7 +12,6 @@ #include "base/file_util.h" #include "base/path_service.h" #include "base/scoped_temp_dir.h" -#include "base/win/registry.h" #include "testing/gtest/include/gtest/gtest.h" class TestWithTempDir : public testing::Test { @@ -29,21 +28,4 @@ class TestWithTempDirAndDeleteTempOverrideKeys : public TestWithTempDir { virtual void TearDown(); }; -// TODO(tommi): This is "borrowed" from Chrome Frame test code. It should be -// moved to some common test utility file. -class TempRegKeyOverride { - public: - static const wchar_t kTempTestKeyPath[]; - - TempRegKeyOverride(HKEY override, const wchar_t* temp_name); - ~TempRegKeyOverride(); - - static void DeleteAllTempKeys(); - - protected: - HKEY override_; - base::win::RegKey temp_key_; - std::wstring temp_name_; -}; - #endif // CHROME_INSTALLER_UTIL_PRODUCT_UNITTEST_H_ |