| Index: google_apis/drive/gdata_wapi_parser.cc
|
| diff --git a/chrome/browser/google_apis/gdata_wapi_parser.cc b/google_apis/drive/gdata_wapi_parser.cc
|
| similarity index 99%
|
| rename from chrome/browser/google_apis/gdata_wapi_parser.cc
|
| rename to google_apis/drive/gdata_wapi_parser.cc
|
| index d1d7b2fded17e2aa08e6b1c367bbda1868325da9..82f9d43151f1e4ae95f57b88dcdae4a1ee80e44b 100644
|
| --- a/chrome/browser/google_apis/gdata_wapi_parser.cc
|
| +++ b/google_apis/drive/gdata_wapi_parser.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/google_apis/gdata_wapi_parser.h"
|
| +#include "google_apis/drive/gdata_wapi_parser.h"
|
|
|
| #include <algorithm>
|
| #include <string>
|
| @@ -16,7 +16,7 @@
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/values.h"
|
| -#include "chrome/browser/google_apis/time_util.h"
|
| +#include "google_apis/drive/time_util.h"
|
|
|
| using base::Value;
|
| using base::DictionaryValue;
|
|
|