Index: chrome/browser/chromeos/gdata/gdata_documents_service_browsertest.cc |
=================================================================== |
--- chrome/browser/chromeos/gdata/gdata_documents_service_browsertest.cc (revision 148995) |
+++ chrome/browser/chromeos/gdata/gdata_documents_service_browsertest.cc (working copy) |
@@ -15,8 +15,6 @@ |
#include "net/test/test_server.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-namespace gdata { |
- |
namespace { |
class GDataTest : public InProcessBrowserTest { |
@@ -146,5 +144,3 @@ |
EXPECT_EQ(gdata::GDATA_PARSE_ERROR, result); |
EXPECT_FALSE(result_data); |
} |
- |
-} // namespace gdata |