Index: content/browser/compositor/reflector_texture.h |
diff --git a/content/browser/compositor/reflector_texture.h b/content/browser/compositor/reflector_texture.h |
index 197399b37ac11b57672511353145b98eddac7fed..a111b6fa65a6fd01eb1ff424729c17cfebc1df67 100644 |
--- a/content/browser/compositor/reflector_texture.h |
+++ b/content/browser/compositor/reflector_texture.h |
@@ -23,7 +23,7 @@ class Rect; |
class Size; |
} |
-namespace display_compositor { |
+namespace viz { |
class GLHelper; |
} |
@@ -43,7 +43,7 @@ class CONTENT_EXPORT ReflectorTexture { |
private: |
scoped_refptr<OwnedMailbox> mailbox_; |
- std::unique_ptr<display_compositor::GLHelper> gl_helper_; |
+ std::unique_ptr<viz::GLHelper> gl_helper_; |
uint32_t texture_id_; |
DISALLOW_COPY_AND_ASSIGN(ReflectorTexture); |