Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2649)

Unified Diff: cc/tile.h

Issue 11365188: cc: Fix header include guards. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/test/fake_proxy.h ('k') | cc/tile_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tile.h
diff --git a/cc/tile.h b/cc/tile.h
index 0d82d7e41c533b130dae35131122e198a94e1a3e..2f555c339514fe398993594356f398886ae2f660 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_
« no previous file with comments | « cc/test/fake_proxy.h ('k') | cc/tile_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698