| Index: components/drive/service/drive_service_interface.cc
|
| diff --git a/chrome/browser/drive/drive_service_interface.cc b/components/drive/service/drive_service_interface.cc
|
| similarity index 79%
|
| rename from chrome/browser/drive/drive_service_interface.cc
|
| rename to components/drive/service/drive_service_interface.cc
|
| index 1c9f65dee5fe60bdaebe871958ad702b669c2496..5311947a54869e4b9f27e0e045434fcf46bcda89 100644
|
| --- a/chrome/browser/drive/drive_service_interface.cc
|
| +++ b/components/drive/service/drive_service_interface.cc
|
| @@ -1,8 +1,8 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| +// Copyright 2015 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/drive/drive_service_interface.h"
|
| +#include "components/drive/service/drive_service_interface.h"
|
|
|
| namespace drive {
|
|
|
|
|