#include <string>
#include "chrome/browser/ui/actions/chrome_action_id.h"
#include "chrome/browser/ui/views/side_panel/side_panel_entry_key.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/actions/action_id.h"
class SidePanelEntryKeyTest : public ::testing::Test { … };
TEST_F(SidePanelEntryKeyTest, ReturnsCorrectStringForRegularEntry) { … }
TEST_F(SidePanelEntryKeyTest, ReturnsCorrectStringForExtensionEntry) { … }
TEST_F(SidePanelEntryKeyTest, ReturnsCorrectActionIdForEntryId) { … }