Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
petemill committed Oct 14, 2024
1 parent 41a30b1 commit 0d1ab02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/ai_chat/core/browser/ai_chat_service.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ class AIChatService : public KeyedService,
GetCanShowPremiumPromptCallback callback) override;
void DismissPremiumPrompt() override;
void DeleteConversation(const std::string& id) override;
void RenameConversation(const std::string& id, const std::string& new_name) override;
void RenameConversation(const std::string& id,
const std::string& new_name) override;

void BindConversation(
const std::string& uuid,
Expand Down

0 comments on commit 0d1ab02

Please sign in to comment.