| Index: chrome/browser/extensions/extension_service_unittest.h
|
| diff --git a/chrome/browser/extensions/extension_service_unittest.h b/chrome/browser/extensions/extension_service_unittest.h
|
| index e062b02623ff748428c1ef20d47c24749eeedc9f..9ea307960b001a466d2b03203597d7104e0a2fda 100644
|
| --- a/chrome/browser/extensions/extension_service_unittest.h
|
| +++ b/chrome/browser/extensions/extension_service_unittest.h
|
| @@ -6,6 +6,7 @@
|
| #define CHROME_BROWSER_EXTENSIONS_EXTENSION_SERVICE_UNITTEST_H_
|
| #pragma once
|
|
|
| +#include "base/at_exit.h"
|
| #include "base/file_path.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -48,6 +49,7 @@ class ExtensionServiceTestBase : public testing::Test {
|
| protected:
|
| void InitializeExtensionServiceHelper(bool autoupdate_enabled);
|
|
|
| + base::ShadowingAtExitManager at_exit_manager_;
|
| ScopedTempDir temp_dir_;
|
| scoped_ptr<TestingProfile> profile_;
|
| FilePath extensions_install_dir_;
|
|
|