Index: gpu/config/gpu_driver_bug_list.h |
=================================================================== |
--- gpu/config/gpu_driver_bug_list.h (revision 0) |
+++ gpu/config/gpu_driver_bug_list.h (working copy) |
@@ -2,16 +2,17 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CONTENT_BROWSER_GPU_GPU_DRIVER_BUG_LIST_H_ |
-#define CONTENT_BROWSER_GPU_GPU_DRIVER_BUG_LIST_H_ |
+#ifndef GPU_CONFIG_GPU_DRIVER_BUG_LIST_H_ |
+#define GPU_CONFIG_GPU_DRIVER_BUG_LIST_H_ |
#include <string> |
-#include "content/browser/gpu/gpu_control_list.h" |
+#include "gpu/config/gpu_control_list.h" |
+#include "gpu/gpu_export.h" |
-namespace content { |
+namespace gpu { |
-class CONTENT_EXPORT GpuDriverBugList : public GpuControlList { |
+class GPU_EXPORT GpuDriverBugList : public GpuControlList { |
public: |
virtual ~GpuDriverBugList(); |
@@ -23,7 +24,7 @@ |
DISALLOW_COPY_AND_ASSIGN(GpuDriverBugList); |
}; |
-} // namespace content |
+} // namespace gpu |
-#endif // CONTENT_BROWSER_GPU_GPU_DRIVER_BUG_LIST_H_ |
+#endif // GPU_CONFIG_GPU_DRIVER_BUG_LIST_H_ |