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

Side by Side Diff: sync/syncable/metahandle_set.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, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef SYNC_SYNCABLE_METAHANDLE_SET_ 5 #ifndef SYNC_SYNCABLE_METAHANDLE_SET_
6 #define SYNC_SYNCABLE_METAHANDLE_SET_ 6 #define SYNC_SYNCABLE_METAHANDLE_SET_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 9
10 namespace syncer {
10 namespace syncable { 11 namespace syncable {
11 12
12 typedef std::set<int64> MetahandleSet; 13 typedef std::set<int64> MetahandleSet;
13 14
14 } 15 } // namespace syncable
16 } // namespace syncer
15 17
16 #endif // SYNC_SYNCABLE_METAHANDLE_SET_ 18 #endif // SYNC_SYNCABLE_METAHANDLE_SET_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698