summaryrefslogtreecommitdiffstats
path: root/cc/tile.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/tile.h')
-rw-r--r--cc/tile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/tile.h b/cc/tile.h
index 0d82d7e..2f555c3 100644
--- a/cc/tile.h
+++ b/cc/tile.h
@@ -92,6 +92,6 @@ class Tile : public base::RefCounted<Tile> {
ScopedVector<TileVersion> versions_;
};
-
} // namespace cc
-#endif
+
+#endif // CC_TILE_H_