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

Unified Diff: chrome/browser/sync/syncable/directory_manager.cc

Issue 8917031: [Sync] Add nigori node conflict resolution. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-add some lines lost in the split Created 9 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: chrome/browser/sync/syncable/directory_manager.cc
diff --git a/chrome/browser/sync/syncable/directory_manager.cc b/chrome/browser/sync/syncable/directory_manager.cc
index c207b3c52c35859bb68a4687d2a1d7f62a6dfee3..2bdb6279ef3943b498cbba4d3706276b338c8a7d 100644
--- a/chrome/browser/sync/syncable/directory_manager.cc
+++ b/chrome/browser/sync/syncable/directory_manager.cc
@@ -13,6 +13,7 @@
#include "base/port.h"
#include "base/string_util.h"
#include "chrome/browser/sync/syncable/syncable.h"
+#include "chrome/browser/sync/util/cryptographer.h"
using browser_sync::Cryptographer;
@@ -143,4 +144,8 @@ ScopedDirLookup::operator Directory* () const {
return dir_;
}
+DirectoryManager* ScopedDirLookup::manager() const {
+ return dirman_;
+}
+
} // namespace syncable

Powered by Google App Engine
This is Rietveld 408576698