#ifndef CHROME_BROWSER_PERFORMANCE_MANAGER_POLICIES_MEMORY_SAVER_MODE_POLICY_H_
#define CHROME_BROWSER_PERFORMANCE_MANAGER_POLICIES_MEMORY_SAVER_MODE_POLICY_H_
#include <map>
#include <memory>
#include "base/timer/timer.h"
#include "components/performance_manager/public/decorators/tab_page_decorator.h"
#include "components/performance_manager/public/graph/graph.h"
#include "components/performance_manager/public/graph/page_node.h"
#include "components/performance_manager/public/user_tuning/prefs.h"
namespace performance_manager::policies {
class MemorySaverModePolicy : public GraphOwned,
public PageNode::ObserverDefaultImpl,
public TabPageObserverDefaultImpl { … };
}
#endif