| Index: chrome/browser/google_apis/operation_runner.cc
|
| diff --git a/chrome/browser/chromeos/gdata/operation_runner.cc b/chrome/browser/google_apis/operation_runner.cc
|
| similarity index 96%
|
| rename from chrome/browser/chromeos/gdata/operation_runner.cc
|
| rename to chrome/browser/google_apis/operation_runner.cc
|
| index e090065a7750e0f142e008531510729510db90a3..d06704605d20d395409c77b2e3e6ff2303a6d2a1 100644
|
| --- a/chrome/browser/chromeos/gdata/operation_runner.cc
|
| +++ b/chrome/browser/google_apis/operation_runner.cc
|
| @@ -2,10 +2,10 @@
|
| // 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/operation_runner.h"
|
| +#include "chrome/browser/google_apis/operation_runner.h"
|
|
|
| #include "base/bind.h"
|
| -#include "chrome/browser/chromeos/gdata/auth_service.h"
|
| +#include "chrome/browser/google_apis/auth_service.h"
|
| #include "chrome/browser/google_apis/operations_base.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|