Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8639)

Unified Diff: chrome/browser/ui/toolbar/mock_component_toolbar_actions_factory.h

Issue 1865213004: Convert //chrome/browser/ui from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/toolbar/mock_component_toolbar_actions_factory.h
diff --git a/chrome/browser/ui/toolbar/mock_component_toolbar_actions_factory.h b/chrome/browser/ui/toolbar/mock_component_toolbar_actions_factory.h
index 25ba3d1ce6565571a131a6b87d8cab7e91ecd3f2..bc603373765673263388efc3def5dd936f4ce845 100644
--- a/chrome/browser/ui/toolbar/mock_component_toolbar_actions_factory.h
+++ b/chrome/browser/ui/toolbar/mock_component_toolbar_actions_factory.h
@@ -22,7 +22,7 @@ class MockComponentToolbarActionsFactory
// ComponentToolbarActionsFactory:
std::set<std::string> GetInitialComponentIds(Profile* profile) override;
- scoped_ptr<ToolbarActionViewController> GetComponentToolbarActionForId(
+ std::unique_ptr<ToolbarActionViewController> GetComponentToolbarActionForId(
const std::string& id,
Browser* browser,
ToolbarActionsBar* bar) override;

Powered by Google App Engine
This is Rietveld 408576698