| Index: chrome/browser/google_apis/operation_registry.h
|
| diff --git a/chrome/browser/chromeos/gdata/operation_registry.h b/chrome/browser/google_apis/operation_registry.h
|
| similarity index 97%
|
| rename from chrome/browser/chromeos/gdata/operation_registry.h
|
| rename to chrome/browser/google_apis/operation_registry.h
|
| index 4c15d3fdeb6d104f22d985f313a7b89d994f3466..477ad1b5396f15dc40523b4654f80f2a8efd1778 100644
|
| --- a/chrome/browser/chromeos/gdata/operation_registry.h
|
| +++ b/chrome/browser/google_apis/operation_registry.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_CHROMEOS_GDATA_OPERATION_REGISTRY_H_
|
| -#define CHROME_BROWSER_CHROMEOS_GDATA_OPERATION_REGISTRY_H_
|
| +#ifndef CHROME_BROWSER_GOOGLE_APIS_OPERATION_REGISTRY_H_
|
| +#define CHROME_BROWSER_GOOGLE_APIS_OPERATION_REGISTRY_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -178,4 +178,4 @@ class OperationRegistry {
|
|
|
| } // namespace gdata
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_GDATA_OPERATION_REGISTRY_H_
|
| +#endif // CHROME_BROWSER_GOOGLE_APIS_OPERATION_REGISTRY_H_
|
|
|