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

Unified Diff: sync/test/null_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: 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/test/engine/test_syncable_utils.cc ('k') | sync/test/null_directory_change_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/null_directory_change_delegate.h
diff --git a/sync/test/null_directory_change_delegate.h b/sync/test/null_directory_change_delegate.h
index 884ae1a9336fc1e79cc52d7160535b9d8f03a1e5..e5b88ffe4a07e3b979fac9716c95aba1e2b9d292 100644
--- a/sync/test/null_directory_change_delegate.h
+++ b/sync/test/null_directory_change_delegate.h
@@ -9,6 +9,7 @@
#include "base/compiler_specific.h"
#include "sync/syncable/directory_change_delegate.h"
+namespace syncer {
namespace syncable {
// DirectoryChangeDelegate that does nothing in all delegate methods.
@@ -30,5 +31,6 @@ class NullDirectoryChangeDelegate : public DirectoryChangeDelegate {
};
} // namespace syncable
+} // namespace syncer
#endif // SYNC_TEST_NULL_DIRECTORY_CHANGE_DELEGATE_H_
« no previous file with comments | « sync/test/engine/test_syncable_utils.cc ('k') | sync/test/null_directory_change_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698