#ifndef CHROME_BROWSER_EXTENSIONS_EXTENSION_PREFS_UNITTEST_H_
#define CHROME_BROWSER_EXTENSIONS_EXTENSION_PREFS_UNITTEST_H_
#include <stddef.h>
#include "chrome/browser/extensions/test_extension_prefs.h"
#include "content/public/test/browser_task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace user_prefs {
class PrefRegistrySyncable;
}
namespace extensions {
class ChromeAppSorting;
class Extension;
class ExtensionPrefsTest : public testing::Test { … };
class PrefsPrepopulatedTestBase : public ExtensionPrefsTest { … };
}
#endif