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

Unified Diff: chrome/browser/chromeos/gdata/gdata_documents_service_browsertest.cc

Issue 10836011: Revert 148990 - gdrive: Get JSON feeds parsing off the UI thread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 | « no previous file | chrome/browser/chromeos/gdata/gdata_operations.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | chrome/browser/chromeos/gdata/gdata_operations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698