Commit edb6a9a5 authored by Scott Violet's avatar Scott Violet Committed by Commit Bot

remove unneeded forward declaration

This class no longer uses anything in this file.

BUG=none
TEST=none

Change-Id: I82af529c8fb5768bb2cf2108a4e5aa8ddd848104
Reviewed-on: https://chromium-review.googlesource.com/1176394Reviewed-by: default avatarJohn Abd-El-Malek <jam@chromium.org>
Commit-Queue: Scott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/master@{#583464}
parent 59b29ea7
...@@ -127,10 +127,6 @@ namespace ui { ...@@ -127,10 +127,6 @@ namespace ui {
class WindowResizeHelperMac; class WindowResizeHelperMac;
} }
namespace views {
class ScreenMus;
}
namespace viz { namespace viz {
class HostGpuMemoryBufferManager; class HostGpuMemoryBufferManager;
} }
...@@ -506,7 +502,6 @@ class BASE_EXPORT ThreadRestrictions { ...@@ -506,7 +502,6 @@ class BASE_EXPORT ThreadRestrictions {
#if !defined(OFFICIAL_BUILD) #if !defined(OFFICIAL_BUILD)
friend class content::SoftwareOutputDeviceMus; // Interim non-production code friend class content::SoftwareOutputDeviceMus; // Interim non-production code
#endif #endif
friend class views::ScreenMus;
// END USAGE THAT NEEDS TO BE FIXED. // END USAGE THAT NEEDS TO BE FIXED.
#if DCHECK_IS_ON() #if DCHECK_IS_ON()
......
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