Commit 65de35a0 authored by David Jacobo's avatar David Jacobo Committed by Commit Bot

Remove SimpleMenuModel as forward declaration

This CL removes an unnecessary forward declaration, since there is an
include for the class we just don't need it.

Bug: None.
Test: Build.
Change-Id: Ie3b4a940569722f7506c3f4df7316ed0891b5384
Reviewed-on: https://chromium-review.googlesource.com/c/1385384Reviewed-by: default avatarYusuke Sato <yusukes@chromium.org>
Commit-Queue: David Jacobo <djacobo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#618415}
parent 8ecd9ebf
...@@ -22,10 +22,6 @@ namespace content { ...@@ -22,10 +22,6 @@ namespace content {
class BrowserContext; class BrowserContext;
} }
namespace ui {
class SimpleMenuModel;
}
namespace arc { namespace arc {
// An observer class which populates the "Open with <app>" menu items either // An observer class which populates the "Open with <app>" menu items either
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment