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

Unified Diff: components/gcm_driver/gcm_driver.cc

Issue 290013011: Move all remaining files to gcm_driver component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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.cc
diff --git a/chrome/browser/services/gcm/gcm_driver.cc b/components/gcm_driver/gcm_driver.cc
similarity index 99%
rename from chrome/browser/services/gcm/gcm_driver.cc
rename to components/gcm_driver/gcm_driver.cc
index 50ca9dc2926d65e87f5ba4a6e72459b902cdb5e3..6d134bdc95589e9e29015be4926d8ce2aa2fe7b6 100644
--- a/chrome/browser/services/gcm/gcm_driver.cc
+++ b/components/gcm_driver/gcm_driver.cc
@@ -2,7 +2,7 @@
// 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/gcm_driver.h"
+#include "components/gcm_driver/gcm_driver.h"
#include <algorithm>
#include <utility>
@@ -13,7 +13,6 @@
#include "base/logging.h"
#include "base/sequenced_task_runner.h"
#include "base/threading/sequenced_worker_pool.h"
-#include "chrome/common/chrome_version_info.h"
#include "components/gcm_driver/gcm_app_handler.h"
#include "components/gcm_driver/gcm_client_factory.h"
#include "components/gcm_driver/system_encryptor.h"

Powered by Google App Engine
This is Rietveld 408576698