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

Unified Diff: sync/syncable/read_transaction.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/on_disk_directory_backing_store.cc ('k') | sync/syncable/read_transaction.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/read_transaction.h
diff --git a/sync/syncable/read_transaction.h b/sync/syncable/read_transaction.h
index a6c51f558985807d5703dbdcb7830737b4d9ca12..c2b6a014a871ab5718a5f42a008467008dfa0b40 100644
--- a/sync/syncable/read_transaction.h
+++ b/sync/syncable/read_transaction.h
@@ -10,8 +10,6 @@
namespace syncer {
class ReadTransaction;
-}
-
namespace syncable {
// Locks db in constructor, unlocks in destructor.
@@ -30,5 +28,6 @@ class ReadTransaction : public BaseTransaction {
};
} // namespace syncable
+} // namespace syncer
#endif // SYNC_SYNCABLE_READ_TRANSACTION_H_
« no previous file with comments | « sync/syncable/on_disk_directory_backing_store.cc ('k') | sync/syncable/read_transaction.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698