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

Unified Diff: cc/resource_update_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/resource_update_controller_unittest.cc
diff --git a/cc/resource_update_controller_unittest.cc b/cc/resource_update_controller_unittest.cc
index 2bb9ff8296c0bc243b9bbc16b6f72bc0930fb454..34304567143107c33298b1a57e7369477b8dffd1 100644
--- a/cc/resource_update_controller_unittest.cc
+++ b/cc/resource_update_controller_unittest.cc
@@ -15,11 +15,11 @@
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/khronos/GLES2/gl2ext.h"
-using namespace cc;
using namespace WebKit;
using namespace WebKitTests;
using testing::Test;
+namespace cc {
namespace {
const int kFlushPeriodFull = 4;
@@ -504,4 +504,5 @@ TEST_F(ResourceUpdateControllerTest, UpdatesCompleteInFiniteTime)
EXPECT_EQ(2, m_numTotalUploads);
}
-} // anonymous namespace
+} // namespace
+} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698