| Index: components/gcm_driver/default_gcm_app_handler.cc
|
| diff --git a/chrome/browser/services/gcm/default_gcm_app_handler.cc b/components/gcm_driver/default_gcm_app_handler.cc
|
| similarity index 88%
|
| rename from chrome/browser/services/gcm/default_gcm_app_handler.cc
|
| rename to components/gcm_driver/default_gcm_app_handler.cc
|
| index 7b1440921f878b5334690d6e4e3e05d125fb8cf5..80aee2f87ec89847ae31e743fbcd6ac68ed44d2d 100644
|
| --- a/chrome/browser/services/gcm/default_gcm_app_handler.cc
|
| +++ b/components/gcm_driver/default_gcm_app_handler.cc
|
| @@ -1,8 +1,8 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 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.
|
|
|
| -#include "chrome/browser/services/gcm/default_gcm_app_handler.h"
|
| +#include "components/gcm_driver/default_gcm_app_handler.h"
|
|
|
| #include "base/logging.h"
|
|
|
|
|