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

Unified Diff: components/gcm_driver/gcm_client_impl_unittest.cc

Issue 310973002: Move GCMClient related 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_client_impl_unittest.cc
diff --git a/google_apis/gcm/gcm_client_impl_unittest.cc b/components/gcm_driver/gcm_client_impl_unittest.cc
similarity index 99%
rename from google_apis/gcm/gcm_client_impl_unittest.cc
rename to components/gcm_driver/gcm_client_impl_unittest.cc
index 8da4887c6e916738b2d19845a3a60e9ef5c2a44a..0363f86ce88493726ce9a97846e723927f0c2b71 100644
--- a/google_apis/gcm/gcm_client_impl_unittest.cc
+++ b/components/gcm_driver/gcm_client_impl_unittest.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 "google_apis/gcm/gcm_client_impl.h"
+#include "components/gcm_driver/gcm_client_impl.h"
#include "base/command_line.h"
#include "base/files/scoped_temp_dir.h"

Powered by Google App Engine
This is Rietveld 408576698