| Index: gpu/config/gpu_blacklist_unittest.cc
|
| ===================================================================
|
| --- gpu/config/gpu_blacklist_unittest.cc (revision 0)
|
| +++ gpu/config/gpu_blacklist_unittest.cc (working copy)
|
| @@ -3,15 +3,15 @@
|
| // found in the LICENSE file.
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "content/browser/gpu/gpu_blacklist.h"
|
| -#include "content/browser/gpu/gpu_control_list_jsons.h"
|
| -#include "content/public/common/gpu_feature_type.h"
|
| -#include "content/public/common/gpu_info.h"
|
| +#include "gpu/config/gpu_blacklist.h"
|
| +#include "gpu/config/gpu_control_list_jsons.h"
|
| +#include "gpu/config/gpu_feature_type.h"
|
| +#include "gpu/config/gpu_info.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| const char kOsVersion[] = "10.6.4";
|
|
|
| -namespace content {
|
| +namespace gpu {
|
|
|
| class GpuBlacklistTest : public testing::Test {
|
| public:
|
| @@ -140,4 +140,4 @@
|
| "force_compositing_mode",
|
| GPU_FEATURE_TYPE_FORCE_COMPOSITING_MODE)
|
|
|
| -} // namespace content
|
| +} // namespace gpu
|
|
|