| Index: ui/gl/gpu_preference.h
|
| diff --git a/ui/gl/gpu_preference.h b/ui/gl/gpu_preference.h
|
| index 8d0303620dc2e707e214eff713ae4b8f90e00fde..67abb7558001481d810fff2cd3c28b73e3901bd0 100644
|
| --- a/ui/gl/gpu_preference.h
|
| +++ b/ui/gl/gpu_preference.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef UI_GL_GPU_PREFERENCE_H_
|
| #define UI_GL_GPU_PREFERENCE_H_
|
|
|
| -namespace gfx {
|
| +namespace gl {
|
|
|
| // On dual-GPU systems, expresses a preference for using the integrated
|
| // or discrete GPU. On systems that have dual-GPU support (see
|
| @@ -20,6 +20,6 @@ enum GpuPreference {
|
| GpuPreferenceLast = PreferDiscreteGpu
|
| };
|
|
|
| -} // namespace gfx
|
| +} // namespace gl
|
|
|
| #endif // UI_GL_GPU_PREFERENCE_H_
|
|
|