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

Unified Diff: sync/syncable/directory_change_delegate.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_change_delegate.h
diff --git a/sync/syncable/directory_change_delegate.h b/sync/syncable/directory_change_delegate.h
index fdd72944eb819c53e7965dbe3e0e2e3c5e3db95a..d99fc3e94988ba6118f1a39a1d878b92da3a97bc 100644
--- a/sync/syncable/directory_change_delegate.h
+++ b/sync/syncable/directory_change_delegate.h
@@ -9,6 +9,7 @@
#include "sync/internal_api/public/syncable/model_type.h"
#include "sync/syncable/write_transaction_info.h"
+namespace syncer {
namespace syncable {
// This is an interface for listening to directory change events, triggered by
@@ -41,5 +42,6 @@ class DirectoryChangeDelegate {
};
} // namespace syncable
+} // namespace syncer
#endif // SYNC_SYNCABLE_DIRECTORY_CHANGE_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698