| Index: chrome/browser/google_apis/gdata_operations.cc
|
| diff --git a/chrome/browser/chromeos/gdata/gdata_operations.cc b/chrome/browser/google_apis/gdata_operations.cc
|
| similarity index 99%
|
| rename from chrome/browser/chromeos/gdata/gdata_operations.cc
|
| rename to chrome/browser/google_apis/gdata_operations.cc
|
| index a4471e14f230432be7ffa78a97c51326c1f7eafd..470e03c27a5d43ad40f3f633a8ca4f6b9deefacc 100644
|
| --- a/chrome/browser/chromeos/gdata/gdata_operations.cc
|
| +++ b/chrome/browser/google_apis/gdata_operations.cc
|
| @@ -2,13 +2,13 @@
|
| // 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_operations.h"
|
| +#include "chrome/browser/google_apis/gdata_operations.h"
|
|
|
| #include "base/string_number_conversions.h"
|
| #include "base/stringprintf.h"
|
| #include "base/values.h"
|
| -#include "chrome/browser/chromeos/gdata/gdata_util.h"
|
| -#include "chrome/browser/chromeos/gdata/gdata_wapi_parser.h"
|
| +#include "chrome/browser/google_apis/gdata_util.h"
|
| +#include "chrome/browser/google_apis/gdata_wapi_parser.h"
|
| #include "chrome/common/net/url_util.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "net/base/escape.h"
|
|
|