| Index: gpu/config/gpu_driver_bug_list_json.cc
|
| ===================================================================
|
| --- gpu/config/gpu_driver_bug_list_json.cc (revision 0)
|
| +++ gpu/config/gpu_driver_bug_list_json.cc (working copy)
|
| @@ -74,11 +74,11 @@
|
| // "any". "value" and "value2" are valid float numbers.
|
| // INT is very much like FLOAT, except that the values need to be integers.
|
|
|
| -#include "content/browser/gpu/gpu_control_list_jsons.h"
|
| +#include "gpu/config/gpu_control_list_jsons.h"
|
|
|
| #define LONG_STRING_CONST(...) #__VA_ARGS__
|
|
|
| -namespace content {
|
| +namespace gpu {
|
|
|
| const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
|
|
|
| @@ -349,5 +349,5 @@
|
|
|
| ); // LONG_STRING_CONST macro
|
|
|
| -} // namespace content
|
| +} // namespace gpu
|
|
|
|
|