summaryrefslogtreecommitdiffstats
path: root/cc/tile.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-11 14:47:50 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-11 14:47:50 +0000
commitffaa2a63665d31ba16ab63c2dc447e7543dc5002 (patch)
tree82bee0248de1b78bd1d7efbc5be60f8219e1c090 /cc/tile.h
parente89cfcb9090e8c98129ae9160c513f504db74599 (diff)
downloadchromium_src-ffaa2a63665d31ba16ab63c2dc447e7543dc5002.zip
chromium_src-ffaa2a63665d31ba16ab63c2dc447e7543dc5002.tar.gz
chromium_src-ffaa2a63665d31ba16ab63c2dc447e7543dc5002.tar.bz2
cc: Fix header include guards.
Fixed the files found by the following command lines: $ cpplint.py cc/* 2>&1 | grep header_guard $ cpplint.py cc/test/* 2>&1 | grep header_guard BUG=144576,144577 TEST=cc_unittests TBR=enne@chromium.org,jamesr@chromium.org Review URL: https://chromiumcodereview.appspot.com/11365188 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167123 0039d316-1c4b-4281-b951-d872f2087c98
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_