Home | History | Annotate | Download | only in syncable
      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
      3 // found in the LICENSE file.
      4 
      5 #ifndef SYNC_SYNCABLE_METAHANDLE_SET_
      6 #define SYNC_SYNCABLE_METAHANDLE_SET_
      7 
      8 #include "base/basictypes.h"
      9 
     10 namespace syncer {
     11 namespace syncable {
     12 
     13 typedef std::set<int64> MetahandleSet;
     14 
     15 }  // namespace syncable
     16 }  // namespace syncer
     17 
     18 #endif // SYNC_SYNCABLE_METAHANDLE_SET_
     19