Index: cc/layer_texture_updater.h |
diff --git a/cc/layer_texture_updater.h b/cc/layer_texture_updater.h |
index 838e342d0b1e73584e6b1d830dec56ee8ee31609..b8c7dd47e8be38223bcc8271180296f099c2a3f2 100644 |
--- a/cc/layer_texture_updater.h |
+++ b/cc/layer_texture_updater.h |
@@ -2,12 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
- |
#ifndef LayerTextureUpdater_h |
#define LayerTextureUpdater_h |
-#include "CCPrioritizedTexture.h" |
#include "base/memory/ref_counted.h" |
+#include "cc/prioritized_texture.h" |
#include "third_party/khronos/GLES2/gl2.h" |
namespace cc { |
@@ -64,5 +63,6 @@ private: |
friend class base::RefCounted<LayerTextureUpdater>; |
}; |
-} // namespace cc |
+} // namespace cc |
+ |
#endif // LayerTextureUpdater_h |