diff options
Diffstat (limited to 'chrome/common/gpu_plugin.cc')
-rw-r--r-- | chrome/common/gpu_plugin.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/gpu_plugin.cc b/chrome/common/gpu_plugin.cc index d9d67db..af009f9 100644 --- a/chrome/common/gpu_plugin.cc +++ b/chrome/common/gpu_plugin.cc @@ -2,10 +2,11 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include "chrome/common/gpu_plugin.h" + #include "base/command_line.h" #include "base/string_util.h" #include "chrome/common/chrome_switches.h" -#include "chrome/common/gpu_plugin.h" #include "gpu/gpu_plugin/gpu_plugin.h" #include "webkit/glue/plugins/plugin_list.h" |