| Index: sync/protocol/sync_protocol_error.h
|
| diff --git a/chrome/browser/sync/protocol/sync_protocol_error.h b/sync/protocol/sync_protocol_error.h
|
| similarity index 84%
|
| rename from chrome/browser/sync/protocol/sync_protocol_error.h
|
| rename to sync/protocol/sync_protocol_error.h
|
| index 07299892865b256fa75b744b296ab966d6756e77..9ae5317db471c0fb31104b4c5edf61f7d323f71e 100644
|
| --- a/chrome/browser/sync/protocol/sync_protocol_error.h
|
| +++ b/sync/protocol/sync_protocol_error.h
|
| @@ -1,14 +1,14 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| -#ifndef CHROME_BROWSER_SYNC_PROTOCOL_SYNC_PROTOCOL_ERROR_H_
|
| -#define CHROME_BROWSER_SYNC_PROTOCOL_SYNC_PROTOCOL_ERROR_H_
|
| +#ifndef SYNC_PROTOCOL_SYNC_PROTOCOL_ERROR_H_
|
| +#define SYNC_PROTOCOL_SYNC_PROTOCOL_ERROR_H_
|
| #pragma once
|
|
|
| #include <string>
|
|
|
| #include "base/values.h"
|
| -#include "chrome/browser/sync/syncable/model_type.h"
|
| +#include "sync/syncable/model_type.h"
|
|
|
| namespace browser_sync{
|
|
|
| @@ -77,5 +77,5 @@ struct SyncProtocolError {
|
| const char* GetSyncErrorTypeString(SyncProtocolErrorType type);
|
| const char* GetClientActionString(ClientAction action);
|
| } // namespace browser_sync
|
| -#endif // CHROME_BROWSER_SYNC_PROTOCOL_SYNC_PROTOCOL_ERROR_H_
|
| +#endif // SYNC_PROTOCOL_SYNC_PROTOCOL_ERROR_H_
|
|
|
|
|