Index: chrome/browser/services/gcm/gcm_utils.h |
diff --git a/chrome/browser/services/gcm/gcm_utils.h b/chrome/browser/services/gcm/gcm_utils.h |
deleted file mode 100644 |
index 942dc8bf1a8cc280f691e6f3c4f99e01e3f57e4a..0000000000000000000000000000000000000000 |
--- a/chrome/browser/services/gcm/gcm_utils.h |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-// Copyright 2014 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 CHROME_BROWSER_SERVICES_GCM_GCM_UTILS_H_ |
-#define CHROME_BROWSER_SERVICES_GCM_GCM_UTILS_H_ |
- |
-#include "google_apis/gcm/gcm_client.h" |
- |
-namespace gcm { |
- |
-// Returns the chrome build info that is passed to GCM. |
-GCMClient::ChromeBuildInfo GetChromeBuildInfo(); |
- |
-} // namespace gcm |
- |
-#endif // CHROME_BROWSER_SERVICES_GCM_GCM_UTILS_H_ |