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

Unified Diff: sync/syncable/directory.h

Issue 10699044: [Sync] Move sync/{internal_api,syncable} into syncer namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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: sync/syncable/directory.h
diff --git a/sync/syncable/directory.h b/sync/syncable/directory.h
index a7f7fe185c8da48fbc32590221e0e1e917ebaa16..73330ec69c16ad0a8b3400e5ce2385451277ad16 100644
--- a/sync/syncable/directory.h
+++ b/sync/syncable/directory.h
@@ -21,9 +21,9 @@
#include "sync/util/cryptographer.h"
namespace syncer {
+
class Encryptor;
class UnrecoverableErrorHandler;
-}
namespace syncable {
@@ -606,5 +606,6 @@ class Directory {
};
} // namespace syncable
+} // namespace syncer
#endif // SYNC_SYNCABLE_DIRECTORY_H_

Powered by Google App Engine
This is Rietveld 408576698