include_rules = [
  "-chrome",
  "+chrome/test/base",

  "+chrome/browser/sync/protocol",
  "+chrome/browser/sync/sessions",
  "+chrome/browser/sync/syncable",
  "+chrome/browser/sync/test",
  "+chrome/browser/sync/util",

  # this file is weird.
  "+chrome/browser/sync/engine/syncproto.h",

  # maybe this file should live in syncable?
  "+chrome/browser/sync/engine/model_safe_worker.h",

  "+chrome/common/random.h",
  "+chrome/common/sqlite_utils.h",

  "-chrome/browser/sync/internal_api",
]