// 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_
