summaryrefslogtreecommitdiffstats
path: root/webkit/browser/fileapi/syncable/sync_direction.h
blob: e3ebc4ce734046b1ab52487bf8944a3931e96e4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef WEBKIT_BROWSER_FILEAPI_SYNCABLE_SYNC_DIRECTION_H_
#define WEBKIT_BROWSER_FILEAPI_SYNCABLE_SYNC_DIRECTION_H_

namespace sync_file_system {

enum SyncDirection {
  SYNC_DIRECTION_NONE,
  SYNC_DIRECTION_LOCAL_TO_REMOTE,
  SYNC_DIRECTION_REMOTE_TO_LOCAL,
};

}  // namespace fileapi

#endif  // WEBKIT_BROWSER_FILEAPI_SYNCABLE_SYNC_DIRECTION_H_