diff options
Diffstat (limited to 'content/browser/plugin_process_host.cc')
-rw-r--r-- | content/browser/plugin_process_host.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/plugin_process_host.cc b/content/browser/plugin_process_host.cc index f462a39..7a976e0 100644 --- a/content/browser/plugin_process_host.cc +++ b/content/browser/plugin_process_host.cc @@ -35,8 +35,8 @@ #include "content/public/common/process_type.h" #include "ipc/ipc_switches.h" #include "ui/base/ui_base_switches.h" -#include "ui/gfx/gl/gl_switches.h" #include "ui/gfx/native_widget_types.h" +#include "ui/gl/gl_switches.h" using content::BrowserThread; using content::ChildProcessData; |