Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Unified Diff: components/gcm_driver/gcm_driver_constants.h

Issue 1425783002: Componentizing GcmProfileService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/gcm_driver/gcm_driver_constants.h
diff --git a/components/gcm_driver/gcm_driver_constants.h b/components/gcm_driver/gcm_driver_constants.h
new file mode 100644
index 0000000000000000000000000000000000000000..99fba6ae2ef30a88e15b7df3388c02e5e10591ba
--- /dev/null
+++ b/components/gcm_driver/gcm_driver_constants.h
@@ -0,0 +1,17 @@
+// Copyright 2015 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.
+
+// A handful of resource-like constants related to the GCM Driver
+
+#ifndef COMPONENTS_GCM_DRIVER_GCM_DRIVER_CONSTANTS_H_
+
+#include "base/files/file_path.h"
+
+namespace gcm_driver {
+
+extern const base::FilePath::CharType kGCMStoreDirname[];
+
+} // namespace gcm_driver
+
+#endif // COMPONENTS_GCM_DRIVER_GCM_DRIVER_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698