Index: chrome/browser/sync/glue/sync_backend_host_core.h |
diff --git a/chrome/browser/sync/glue/sync_backend_host_core.h b/chrome/browser/sync/glue/sync_backend_host_core.h |
index 9b1ba67e1719c5eb891a1eb58794636684bce7d9..2ae5cb2d9b44f606caf5cbfb78f28beeb0399a4d 100644 |
--- a/chrome/browser/sync/glue/sync_backend_host_core.h |
+++ b/chrome/browser/sync/glue/sync_backend_host_core.h |
@@ -290,7 +290,7 @@ class SyncBackendHostCore |
scoped_ptr<base::RepeatingTimer<SyncBackendHostCore> > save_changes_timer_; |
// Our encryptor, which uses Chrome's encryption functions. |
- SystemEncryptor encryptor_; |
+ sync_driver::SystemEncryptor encryptor_; |
// A special ChangeProcessor that tracks the DEVICE_INFO type for us. |
scoped_ptr<SyncedDeviceTracker> synced_device_tracker_; |