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

Unified Diff: sync/test/null_directory_change_delegate.cc

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/null_directory_change_delegate.h ('k') | sync/test/null_transaction_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/null_directory_change_delegate.cc
diff --git a/sync/test/null_directory_change_delegate.cc b/sync/test/null_directory_change_delegate.cc
index c1918fcdf7376da4b75de9a2ef88593639878207..e28fc6a0ea5c84419dab85e3cf7dad2cde6a005d 100644
--- a/sync/test/null_directory_change_delegate.cc
+++ b/sync/test/null_directory_change_delegate.cc
@@ -4,6 +4,7 @@
#include "sync/test/null_directory_change_delegate.h"
+namespace syncer {
namespace syncable {
NullDirectoryChangeDelegate::~NullDirectoryChangeDelegate() {}
@@ -27,3 +28,4 @@ void NullDirectoryChangeDelegate::HandleTransactionCompleteChangeEvent(
ModelTypeSet models_with_changes) {}
} // namespace syncable
+} // namespace syncer
« no previous file with comments | « sync/test/null_directory_change_delegate.h ('k') | sync/test/null_transaction_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698