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

Unified Diff: chrome/browser/push_messaging/push_messaging_constants.cc

Issue 955673004: Move gcm-independent parts of push messaging out of gcm namespace and directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove redundant cast Created 5 years, 10 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: chrome/browser/push_messaging/push_messaging_constants.cc
diff --git a/chrome/browser/services/gcm/push_messaging_constants.cc b/chrome/browser/push_messaging/push_messaging_constants.cc
similarity index 76%
rename from chrome/browser/services/gcm/push_messaging_constants.cc
rename to chrome/browser/push_messaging/push_messaging_constants.cc
index 9b46d59c24bb4cf3186180ff9cd51e87ab17816a..57e603dad32828a029db9ca8f36f3d42b3d31c1e 100644
--- a/chrome/browser/services/gcm/push_messaging_constants.cc
+++ b/chrome/browser/push_messaging/push_messaging_constants.cc
@@ -2,13 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/services/gcm/push_messaging_constants.h"
-
-namespace gcm {
+#include "chrome/browser/push_messaging/push_messaging_constants.h"
const char kPushMessagingEndpoint[] = "https://android.googleapis.com/gcm/send";
const char kPushMessagingForcedNotificationTag[] =
"user_visible_auto_notification";
-
-} // namespace gcm

Powered by Google App Engine
This is Rietveld 408576698