Index: gpu/config/gpu_info.cc |
=================================================================== |
--- gpu/config/gpu_info.cc (revision 0) |
+++ gpu/config/gpu_info.cc (working copy) |
@@ -2,9 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "content/public/common/gpu_info.h" |
+#include "gpu/config/gpu_info.h" |
-namespace content { |
+namespace gpu { |
GPUInfo::GPUDevice::GPUDevice() |
: vendor_id(0), |
@@ -26,4 +26,4 @@ |
GPUInfo::~GPUInfo() { } |
-} // namespace content |
+} // namespace gpu |