Index: cc/layers/picture_layer_impl.h |
diff --git a/cc/layers/picture_layer_impl.h b/cc/layers/picture_layer_impl.h |
index c94d2758d89785e3562f6a679c8b62abf2d90802..672acf7db0b1521ada1abf199997c89a6672ac67 100644 |
--- a/cc/layers/picture_layer_impl.h |
+++ b/cc/layers/picture_layer_impl.h |
@@ -5,6 +5,9 @@ |
#ifndef CC_LAYERS_PICTURE_LAYER_IMPL_H_ |
#define CC_LAYERS_PICTURE_LAYER_IMPL_H_ |
+#include <string> |
+#include <vector> |
+ |
#include "cc/base/cc_export.h" |
#include "cc/base/scoped_ptr_vector.h" |
#include "cc/layers/layer_impl.h" |
@@ -120,6 +123,6 @@ class CC_EXPORT PictureLayerImpl |
DISALLOW_COPY_AND_ASSIGN(PictureLayerImpl); |
}; |
-} |
+} // namespace cc |
#endif // CC_LAYERS_PICTURE_LAYER_IMPL_H_ |