| Index: sync/internal_api/read_node.h
|
| diff --git a/chrome/browser/sync/internal_api/read_node.h b/sync/internal_api/read_node.h
|
| similarity index 89%
|
| rename from chrome/browser/sync/internal_api/read_node.h
|
| rename to sync/internal_api/read_node.h
|
| index 74bcd32111af7bdc7e62b3d3cdedaa0f523eb1e0..ea4866092cbf4c8883e4f2a1c375b88f88fe4a56 100644
|
| --- a/chrome/browser/sync/internal_api/read_node.h
|
| +++ b/sync/internal_api/read_node.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_SYNC_INTERNAL_API_READ_NODE_H_
|
| -#define CHROME_BROWSER_SYNC_INTERNAL_API_READ_NODE_H_
|
| +#ifndef SYNC_INTERNAL_API_READ_NODE_H_
|
| +#define SYNC_INTERNAL_API_READ_NODE_H_
|
| #pragma once
|
|
|
| #include <string>
|
|
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| -#include "chrome/browser/sync/internal_api/base_node.h"
|
| +#include "sync/internal_api/base_node.h"
|
| #include "sync/syncable/model_type.h"
|
|
|
| namespace sync_api {
|
| @@ -63,4 +63,4 @@ class ReadNode : public BaseNode {
|
|
|
| } // namespace sync_api
|
|
|
| -#endif // CHROME_BROWSER_SYNC_INTERNAL_API_READ_NODE_H_
|
| +#endif // SYNC_INTERNAL_API_READ_NODE_H_
|
|
|