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

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: Sync to head 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
« no previous file with comments | « sync/syncable/dir_open_result.h ('k') | sync/syncable/directory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/directory.h
diff --git a/sync/syncable/directory.h b/sync/syncable/directory.h
index b66a6e525e2d828928214670c1d636fe3fb7c98c..8bae8f38a6f0671b83e3e0991e91eceaea3fe52b 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 {
@@ -617,5 +617,6 @@ class Directory {
};
} // namespace syncable
+} // namespace syncer
#endif // SYNC_SYNCABLE_DIRECTORY_H_
« no previous file with comments | « sync/syncable/dir_open_result.h ('k') | sync/syncable/directory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698