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

Unified Diff: chrome/browser/chromeos/extensions/external_filesystem_apitest.cc

Issue 10837338: Remove "GData" prefix from non-GData specific classes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase. Created 8 years, 4 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/extensions/file_browser_event_router.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/extensions/external_filesystem_apitest.cc
diff --git a/chrome/browser/chromeos/extensions/external_filesystem_apitest.cc b/chrome/browser/chromeos/extensions/external_filesystem_apitest.cc
index bd292b628f3477d263d393095b2215d1f12ee6a7..d433920881941107fc75fbd7cc83c5c5e9499570 100644
--- a/chrome/browser/chromeos/extensions/external_filesystem_apitest.cc
+++ b/chrome/browser/chromeos/extensions/external_filesystem_apitest.cc
@@ -14,11 +14,11 @@
#include "base/values.h"
#include "chrome/browser/chromeos/gdata/gdata_errorcode.h"
#include "chrome/browser/chromeos/gdata/gdata_file_system.h"
-#include "chrome/browser/chromeos/gdata/gdata_operation_registry.h"
#include "chrome/browser/chromeos/gdata/gdata_system_service.h"
#include "chrome/browser/chromeos/gdata/gdata_util.h"
#include "chrome/browser/chromeos/gdata/gdata_wapi_parser.h"
#include "chrome/browser/chromeos/gdata/mock_drive_service.h"
+#include "chrome/browser/chromeos/gdata/operation_registry.h"
#include "chrome/browser/extensions/extension_apitest.h"
#include "chrome/browser/extensions/extension_test_message_listener.h"
#include "chrome/browser/profiles/profile.h"
@@ -206,7 +206,7 @@ class RemoteFileSystemExtensionApiTest : public ExtensionApiTest {
mock_drive_service_ = new gdata::MockDriveService();
- operation_registry_.reset(new gdata::GDataOperationRegistry());
+ operation_registry_.reset(new gdata::OperationRegistry());
// FileBrowserEventRouter will add and remove itself from operation registry
// observer list.
EXPECT_CALL(*mock_drive_service_, operation_registry()).
@@ -229,7 +229,7 @@ class RemoteFileSystemExtensionApiTest : public ExtensionApiTest {
protected:
ScopedTempDir test_cache_root_;
gdata::MockDriveService* mock_drive_service_;
- scoped_ptr<gdata::GDataOperationRegistry> operation_registry_;
+ scoped_ptr<gdata::OperationRegistry> operation_registry_;
};
IN_PROC_BROWSER_TEST_F(FileSystemExtensionApiTest, LocalFileSystem) {
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/file_browser_event_router.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698