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

Unified Diff: cc/test/paths.cc

Issue 11474050: cc: Unify namespaces for all test files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years 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/test/paths.h ('k') | cc/test/pixel_test_output_surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/paths.cc
diff --git a/cc/test/paths.cc b/cc/test/paths.cc
index 3551afb8aad564bf191110c9e065ef9e6ceac09c..a8f2e2f5b8806adc0b67887cb6176c9dd6f4d8fd 100644
--- a/cc/test/paths.cc
+++ b/cc/test/paths.cc
@@ -9,7 +9,6 @@
#include "base/path_service.h"
namespace cc {
-namespace test {
bool PathProvider(int key, FilePath* result) {
FilePath cur;
@@ -40,5 +39,4 @@ void RegisterPathProvider() {
PathService::RegisterProvider(PathProvider, PATH_START, PATH_END);
}
-} // namespace test
} // namespace cc
« no previous file with comments | « cc/test/paths.h ('k') | cc/test/pixel_test_output_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698