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

Unified Diff: cc/input/pinch_zoom_scrollbar.h

Issue 13065006: cc: Add DISALLOW_COPY_AND_ASSIGN where appropriate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add operator= for DrawingState back as well Created 7 years, 9 months 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/debug/ring_buffer.h ('k') | cc/input/pinch_zoom_scrollbar_geometry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/input/pinch_zoom_scrollbar.h
diff --git a/cc/input/pinch_zoom_scrollbar.h b/cc/input/pinch_zoom_scrollbar.h
index 2aa6005fc0ae470039dee201374c929af7b6c43e..c21a5e5754eff684dd21f09b0840f92473bbbdce 100644
--- a/cc/input/pinch_zoom_scrollbar.h
+++ b/cc/input/pinch_zoom_scrollbar.h
@@ -46,7 +46,7 @@ class PinchZoomScrollbar : public WebKit::WebScrollbar {
LayerTreeHost* owner_;
DISALLOW_COPY_AND_ASSIGN(PinchZoomScrollbar);
-}; // class PinchZoomScrollbar
+};
} // namespace cc
#endif // CC_INPUT_PINCH_ZOOM_SCROLLBAR_H_
« no previous file with comments | « cc/debug/ring_buffer.h ('k') | cc/input/pinch_zoom_scrollbar_geometry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698