| Index: chrome/browser/google_apis/gdata_wapi_parser.cc
|
| diff --git a/chrome/browser/chromeos/gdata/gdata_wapi_parser.cc b/chrome/browser/google_apis/gdata_wapi_parser.cc
|
| similarity index 99%
|
| rename from chrome/browser/chromeos/gdata/gdata_wapi_parser.cc
|
| rename to chrome/browser/google_apis/gdata_wapi_parser.cc
|
| index 01294c0e552d3abbe50e4294f9cba141fb305e4f..c52edfc4be0a85cf79084c53e52e6e259fc2be08 100644
|
| --- a/chrome/browser/chromeos/gdata/gdata_wapi_parser.cc
|
| +++ b/chrome/browser/google_apis/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/chromeos/gdata/gdata_wapi_parser.h"
|
| +#include "chrome/browser/google_apis/gdata_wapi_parser.h"
|
|
|
| #include <algorithm>
|
|
|
| @@ -15,8 +15,8 @@
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "base/values.h"
|
| -#include "chrome/browser/chromeos/gdata/drive_api_parser.h"
|
| -#include "chrome/browser/chromeos/gdata/gdata_util.h"
|
| +#include "chrome/browser/google_apis/drive_api_parser.h"
|
| +#include "chrome/browser/google_apis/gdata_util.h"
|
| #include "third_party/libxml/chromium/libxml_utils.h"
|
|
|
| using base::Value;
|
|
|