| Index: gpu/config/gpu_blacklist.cc
|
| ===================================================================
|
| --- gpu/config/gpu_blacklist.cc (revision 0)
|
| +++ gpu/config/gpu_blacklist.cc (working copy)
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/browser/gpu/gpu_blacklist.h"
|
| +#include "gpu/config/gpu_blacklist.h"
|
|
|
| -#include "content/public/common/gpu_feature_type.h"
|
| +#include "gpu/config/gpu_feature_type.h"
|
|
|
| -namespace content {
|
| +namespace gpu {
|
|
|
| GpuBlacklist::GpuBlacklist()
|
| : GpuControlList() {
|
| @@ -48,4 +48,4 @@
|
| return list;
|
| }
|
|
|
| -} // namespace content
|
| +} // namespace gpu
|
|
|