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

Unified Diff: cc/frame_rate_controller_unittest.cc

Issue 11410022: cc: Remove forbidden using namespace directives. (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
Index: cc/frame_rate_controller_unittest.cc
diff --git a/cc/frame_rate_controller_unittest.cc b/cc/frame_rate_controller_unittest.cc
index b639a1d93f540191b908f412308dbafcd72de258..773bff6cc8f13e944271027bb7c9e210d61483cb 100644
--- a/cc/frame_rate_controller_unittest.cc
+++ b/cc/frame_rate_controller_unittest.cc
@@ -9,9 +9,9 @@
#include "cc/test/scheduler_test_common.h"
#include "testing/gtest/include/gtest/gtest.h"
-using namespace cc;
using namespace WebKitTests;
+namespace cc {
namespace {
class FakeFrameRateControllerClient : public cc::FrameRateControllerClient {
@@ -167,4 +167,5 @@ TEST(FrameRateControllerTest, TestFrameThrottling_Unthrottled)
EXPECT_TRUE(client.vsyncTicked());
}
-} // anonymous namespace
+} // namespace
+} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698