chromium/components/omnibox/browser/shortcuts_constants.h

// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_OMNIBOX_BROWSER_SHORTCUTS_CONSTANTS_H_
#define COMPONENTS_OMNIBOX_BROWSER_SHORTCUTS_CONSTANTS_H_

#include "base/files/file_path.h"

// File name for the ShortcutsDatabase.
extern const base::FilePath::CharType kShortcutsDatabaseName[];

#endif  // COMPONENTS_OMNIBOX_BROWSER_SHORTCUTS_CONSTANTS_H_