Index: chrome/browser/sync/glue/sync_backend_host_core.cc |
diff --git a/chrome/browser/sync/glue/sync_backend_host_core.cc b/chrome/browser/sync/glue/sync_backend_host_core.cc |
index 1827f514cb246d4d66c1829ccd0176d98fd03281..077c82a5b050143da9e2f10af5096986ae9f1f8e 100644 |
--- a/chrome/browser/sync/glue/sync_backend_host_core.cc |
+++ b/chrome/browser/sync/glue/sync_backend_host_core.cc |
@@ -22,6 +22,7 @@ |
#include "sync/internal_api/public/sync_context_proxy.h" |
#include "sync/internal_api/public/sync_manager.h" |
#include "sync/internal_api/public/sync_manager_factory.h" |
+#include "sync/internal_api/public/user_share.h" |
Nicolas Zea
2014/09/30 21:20:22
Is this needed?
maxbogue
2014/09/30 21:59:34
Nope; good catch.
|
#include "url/gurl.h" |
// Helper macros to log with the syncer thread name; useful when there |