blob: 2b969050b710996bb34f21c05af7bc6e322d6dd8 [file] [log] [blame] [edit]
// 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_