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

Unified Diff: cc/CCTimer.cpp

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/CCTimer.h ('k') | cc/CCTimerTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCTimer.cpp
diff --git a/cc/CCTimer.cpp b/cc/CCTimer.cpp
index 52222b71dda8a64179620d8a568af0b60e3358d1..3e68632c0ead45b09656299fb26f6c52290f6796 100644
--- a/cc/CCTimer.cpp
+++ b/cc/CCTimer.cpp
@@ -8,7 +8,7 @@
#include "CCThread.h"
-namespace WebCore {
+namespace cc {
class CCTimerTask : public CCThread::Task {
public:
@@ -76,4 +76,4 @@ void CCTimer::stop()
m_task = 0;
}
-} // namespace WebCore
+} // namespace cc
« no previous file with comments | « cc/CCTimer.h ('k') | cc/CCTimerTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698