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

Unified Diff: cc/CCScrollbarAnimationControllerLinearFade.h

Issue 10914268: Change cc files from namespace WebCore to cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 3 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/CCScrollbarAnimationController.cpp ('k') | cc/CCScrollbarAnimationControllerLinearFade.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCScrollbarAnimationControllerLinearFade.h
diff --git a/cc/CCScrollbarAnimationControllerLinearFade.h b/cc/CCScrollbarAnimationControllerLinearFade.h
index 76bf7d6a35c5ad0262ba7226fe5d1cf6db217387..749dca5e3f3493d186f151c2f4008f0ab1d1f253 100644
--- a/cc/CCScrollbarAnimationControllerLinearFade.h
+++ b/cc/CCScrollbarAnimationControllerLinearFade.h
@@ -7,7 +7,7 @@
#include "CCScrollbarAnimationController.h"
-namespace WebCore {
+namespace cc {
class CCScrollbarAnimationControllerLinearFade : public CCScrollbarAnimationController {
public:
@@ -34,6 +34,6 @@ private:
double m_fadeoutLength;
};
-} // namespace WebCore
+} // namespace cc
#endif // CCScrollbarAnimationControllerLinearFade_h
« no previous file with comments | « cc/CCScrollbarAnimationController.cpp ('k') | cc/CCScrollbarAnimationControllerLinearFade.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698