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

Unified Diff: chrome/browser/chromeos/extensions/file_browser_event_router.h

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
Index: chrome/browser/chromeos/extensions/file_browser_event_router.h
diff --git a/chrome/browser/chromeos/extensions/file_browser_event_router.h b/chrome/browser/chromeos/extensions/file_browser_event_router.h
index 2ca4f3d46b95556bdbfa3a0f7bff7214abef8a96..bcd509376ddf04da79e1149878cab6c952faa587 100644
--- a/chrome/browser/chromeos/extensions/file_browser_event_router.h
+++ b/chrome/browser/chromeos/extensions/file_browser_event_router.h
@@ -17,7 +17,7 @@
#include "chrome/browser/chromeos/cros/network_library.h"
#include "chrome/browser/chromeos/disks/disk_mount_manager.h"
#include "chrome/browser/chromeos/gdata/gdata_file_system_interface.h"
-#include "chrome/browser/chromeos/gdata/gdata_operation_registry.h"
+#include "chrome/browser/chromeos/gdata/operation_registry.h"
#include "chrome/browser/profiles/refcounted_profile_keyed_service.h"
#include "chrome/browser/profiles/refcounted_profile_keyed_service_factory.h"
#include "content/public/browser/notification_details.h"
@@ -35,7 +35,7 @@ class FileBrowserEventRouter
public chromeos::disks::DiskMountManager::Observer,
public chromeos::NetworkLibrary::NetworkManagerObserver,
public content::NotificationObserver,
- public gdata::GDataOperationRegistry::Observer,
+ public gdata::OperationRegistry::Observer,
public gdata::GDataFileSystemInterface::Observer {
public:
// RefcountedProfileKeyedService overrides.
@@ -77,9 +77,9 @@ class FileBrowserEventRouter
const content::NotificationSource& source,
const content::NotificationDetails& details) OVERRIDE;
- // GDataOperationRegistry::Observer overrides.
+ // OperationRegistry::Observer overrides.
virtual void OnProgressUpdate(
- const std::vector<gdata::GDataOperationRegistry::ProgressStatus>& list)
+ const std::vector<gdata::OperationRegistry::ProgressStatus>& list)
OVERRIDE;
virtual void OnAuthenticationFailed() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698