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

Unified Diff: components/password_manager/sync/browser/password_data_type_controller.h

Issue 2549223003: [Sync] Rename NonUIDataTypeController to AsyncDirectoryTypeController (Closed)
Patch Set: Created 4 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
Index: components/password_manager/sync/browser/password_data_type_controller.h
diff --git a/components/password_manager/sync/browser/password_data_type_controller.h b/components/password_manager/sync/browser/password_data_type_controller.h
index f5072d5dd09005ff084fc397a96c37e2aa415d99..79e2c304578253c694a6050ff590a40ce9ff9999 100644
--- a/components/password_manager/sync/browser/password_data_type_controller.h
+++ b/components/password_manager/sync/browser/password_data_type_controller.h
@@ -8,7 +8,7 @@
#include <string>
#include "base/macros.h"
-#include "components/sync/driver/non_ui_data_type_controller.h"
+#include "components/sync/driver/async_directory_type_controller.h"
#include "components/sync/driver/sync_service_observer.h"
namespace password_manager {
@@ -22,7 +22,7 @@ class SyncClient;
namespace browser_sync {
// A class that manages the startup and shutdown of password sync.
-class PasswordDataTypeController : public syncer::NonUIDataTypeController,
+class PasswordDataTypeController : public syncer::AsyncDirectoryTypeController,
public syncer::SyncServiceObserver {
public:
// |dump_stack| is called when an unrecoverable error occurs.
@@ -34,7 +34,7 @@ class PasswordDataTypeController : public syncer::NonUIDataTypeController,
~PasswordDataTypeController() override;
protected:
- // NonUIDataTypeController interface.
+ // AsyncDirectoryTypeController interface.
bool PostTaskOnModelThread(const tracked_objects::Location& from_here,
const base::Closure& task) override;
bool StartModels() override;

Powered by Google App Engine
This is Rietveld 408576698