[NTP Snippets] Move kNTPSnippetsFeature into components/ntp_snippets
since that's where it belongs.
Also rename it to kContentSuggestionsFeature.
BUG=none
Review-Url: https://codereview.chromium.org/2207293003
Cr-Commit-Position: refs/heads/master@{#409761}
diff --git a/components/ntp_snippets/features.h b/components/ntp_snippets/features.h
new file mode 100644
index 0000000..0f86f5ca
--- /dev/null
+++ b/components/ntp_snippets/features.h
@@ -0,0 +1,16 @@
+// 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.
+
+#ifndef COMPONENTS_NTP_SNIPPETS_FEATURES_H_
+#define COMPONENTS_NTP_SNIPPETS_FEATURES_H_
+
+#include "base/feature_list.h"
+
+namespace ntp_snippets {
+
+extern const base::Feature kContentSuggestionsFeature;
+
+} // namespace ntp_snippets
+
+#endif // COMPONENTS_NTP_SNIPPETS_FEATURES_H_