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

Unified Diff: sync/internal_api/public/user_share.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/internal_api/public/user_share.h
diff --git a/sync/internal_api/public/user_share.h b/sync/internal_api/public/user_share.h
index d7936a41869d5ee58129cf17523c6353c502e171..008755d4353b03c962ac09dc8ddda6d638fb04be 100644
--- a/sync/internal_api/public/user_share.h
+++ b/sync/internal_api/public/user_share.h
@@ -10,12 +10,12 @@
#include "base/memory/scoped_ptr.h"
+namespace syncer {
+
namespace syncable {
class Directory;
}
-namespace syncer {
-
// A UserShare encapsulates the syncable pieces that represent an authenticated
// user and their data (share).
// This encompasses all pieces required to build transaction objects on the

Powered by Google App Engine
This is Rietveld 408576698