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

Unified Diff: cc/tile_manager.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/tile.h ('k') | cc/tile_priority.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tile_manager.h
diff --git a/cc/tile_manager.h b/cc/tile_manager.h
index 72a47b7f98015db2fee83724a84cdc68a95196ba..3446c335b3260f0b8f9f4b72db618f6962b7b928 100644
--- a/cc/tile_manager.h
+++ b/cc/tile_manager.h
@@ -21,7 +21,7 @@ class TileManagerClient {
virtual void ScheduleManageTiles() = 0;
protected:
- ~TileManagerClient() { }
+ virtual ~TileManagerClient() {}
};
// This class manages tiles, deciding which should get rasterized and which
@@ -53,6 +53,6 @@ class TileManager {
std::vector<TileVersion*> tile_versions_;
};
-}
+} // namespace cc
-#endif
+#endif // CC_TILE_MANAGER_H_
« no previous file with comments | « cc/tile.h ('k') | cc/tile_priority.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698