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

Unified Diff: sync/syncable/blob.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/blob.h
diff --git a/sync/syncable/blob.h b/sync/syncable/blob.h
index 7266763d986f91dbe3251c5b5a6382c7f8b610f8..a944e02efdca19a6a811216e5d75a889ea79eb33 100644
--- a/sync/syncable/blob.h
+++ b/sync/syncable/blob.h
@@ -10,10 +10,12 @@
#include "base/basictypes.h" // For uint8.
+namespace syncer {
namespace syncable {
typedef std::vector<uint8> Blob;
} // namespace syncable
+} // namespace syncer
#endif // SYNC_SYNCABLE_BLOB_H_

Powered by Google App Engine
This is Rietveld 408576698