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

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

Issue 1241063003: Support Component Actions in the toolbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes per rdevlin.cronin@'s comments. Created 5 years, 5 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/toolbar_actions_bar_unittest.h
diff --git a/chrome/browser/ui/toolbar/toolbar_actions_bar_unittest.h b/chrome/browser/ui/toolbar/toolbar_actions_bar_unittest.h
index dd7290520217794f22fe7a85a1819b3c6b4b3b67..bba6c5bd7726962b075007ed4f96d6c9f5980dae 100644
--- a/chrome/browser/ui/toolbar/toolbar_actions_bar_unittest.h
+++ b/chrome/browser/ui/toolbar/toolbar_actions_bar_unittest.h
@@ -75,7 +75,7 @@ class ToolbarActionsBarUnitTest : public BrowserWithTestWindowTest {
ToolbarActionsBar* overflow_bar() {
return overflow_browser_action_test_util_->GetToolbarActionsBar();
}
- extensions::ExtensionToolbarModel* toolbar_model() {
+ ToolbarActionsModel* toolbar_model() {
return toolbar_model_;
}
BrowserActionTestUtil* browser_action_test_util() {
@@ -86,8 +86,8 @@ class ToolbarActionsBarUnitTest : public BrowserWithTestWindowTest {
}
private:
- // The associated ExtensionToolbarModel (owned by the keyed service setup).
- extensions::ExtensionToolbarModel* toolbar_model_;
+ // The associated ToolbarActionsModel (owned by the keyed service setup).
+ ToolbarActionsModel* toolbar_model_;
// A BrowserActionTestUtil object constructed with the associated
// ToolbarActionsBar.

Powered by Google App Engine
This is Rietveld 408576698