blob: a7d9b2a2394872e3d59ef3a11e211f873cd6b0de [file] [log] [blame]
// Copyright 2016 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.
#include "components/physical_web/data_source/physical_web_data_source.h"
namespace physical_web {
const char kDescriptionKey[] = "description";
const char kDistanceEstimateKey[] = "distanceEstimate";
const char kGroupIdKey[] = "groupId";
const char kIconUrlKey[] = "icon";
const char kResolvedUrlKey[] = "resolvedUrl";
const char kScanTimestampKey[] = "scanTimestamp";
const char kScannedUrlKey[] = "scannedUrl";
const char kTitleKey[] = "title";
} // namespace physical_web