blob: 938277d8e16edf3ad0b4e6130046426f3d4b5cf0 [file] [log] [blame]
// Copyright 2018 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 COMPONENTS_NUX_GOOGLE_APPS_CONSTANTS_H_
#define COMPONENTS_NUX_GOOGLE_APPS_CONSTANTS_H_
namespace base {
struct Feature;
} // namespace base
namespace nux_google_apps {
extern const base::Feature kNuxGoogleAppsFeature;
extern const char kNuxGoogleAppsUrl[];
} // namespace nux_google_apps
#endif // COMPONENTS_NUX_GOOGLE_APPS_CONSTANTS_H_