Commit f6aad405 authored by alexst's avatar alexst Committed by Commit bot

[ozone] clang warning fix for https://codereview.chromium.org/905873003

BUG=

Review URL: https://codereview.chromium.org/950473002

Cr-Commit-Position: refs/heads/master@{#317457}
parent 1db82a2a
...@@ -15,9 +15,9 @@ ...@@ -15,9 +15,9 @@
class SkBitmap; class SkBitmap;
namespace base { namespace base {
class FileDescriptor;
class FilePath; class FilePath;
class SingleThreadTaskRunner; class SingleThreadTaskRunner;
struct FileDescriptor;
} }
namespace gfx { namespace gfx {
......
...@@ -11,9 +11,9 @@ ...@@ -11,9 +11,9 @@
#include "ui/ozone/common/gpu/ozone_gpu_message_params.h" #include "ui/ozone/common/gpu/ozone_gpu_message_params.h"
namespace base { namespace base {
class FileDescriptor;
class FilePath; class FilePath;
class SingleThreadTaskRunner; class SingleThreadTaskRunner;
struct FileDescriptor;
} }
namespace ui { namespace ui {
......
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