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

Unified Diff: sync/test/null_transaction_observer.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/null_directory_change_delegate.cc ('k') | sync/test/null_transaction_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/null_transaction_observer.h
diff --git a/sync/test/null_transaction_observer.h b/sync/test/null_transaction_observer.h
index eca3e7f0f03657a261f777c78a3ed7af73fb8adf..ab12f8c99a778c196f7a0b3de7766cf8997be7d5 100644
--- a/sync/test/null_transaction_observer.h
+++ b/sync/test/null_transaction_observer.h
@@ -8,6 +8,7 @@
#include "sync/internal_api/public/util/weak_handle.h"
+namespace syncer {
namespace syncable {
class TransactionObserver;
@@ -17,5 +18,6 @@ class TransactionObserver;
syncer::WeakHandle<TransactionObserver> NullTransactionObserver();
} // namespace syncable
+} // namespace syncer
#endif // SYNC_TEST_NULL_TRANSACTION_OBSERVER_H_
« no previous file with comments | « sync/test/null_directory_change_delegate.cc ('k') | sync/test/null_transaction_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698