Index: gpu/config/gpu_blacklist.h |
=================================================================== |
--- gpu/config/gpu_blacklist.h (revision 0) |
+++ gpu/config/gpu_blacklist.h (working copy) |
@@ -2,16 +2,16 @@ |
// 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_BLACKLIST_H_ |
-#define CONTENT_BROWSER_GPU_GPU_BLACKLIST_H_ |
+#ifndef GPU_CONFIG_GPU_BLACKLIST_H_ |
+#define GPU_CONFIG_GPU_BLACKLIST_H_ |
#include <string> |
-#include "content/browser/gpu/gpu_control_list.h" |
+#include "gpu/config/gpu_control_list.h" |
-namespace content { |
+namespace gpu { |
-class CONTENT_EXPORT GpuBlacklist : public GpuControlList { |
+class GPU_EXPORT GpuBlacklist : public GpuControlList { |
public: |
virtual ~GpuBlacklist(); |
@@ -23,6 +23,6 @@ |
DISALLOW_COPY_AND_ASSIGN(GpuBlacklist); |
}; |
-} // namespace content |
+} // namespace gpu |
-#endif // CONTENT_BROWSER_GPU_GPU_BLACKLIST_H_ |
+#endif // GPU_CONFIG_GPU_BLACKLIST_H_ |