Chromium Code Reviews| Index: components/sync_driver/glue/sync_backend_host.h |
| diff --git a/chrome/browser/sync/glue/sync_backend_host.h b/components/sync_driver/glue/sync_backend_host.h |
| similarity index 97% |
| rename from chrome/browser/sync/glue/sync_backend_host.h |
| rename to components/sync_driver/glue/sync_backend_host.h |
| index f2eee5c7fd0cf4e696f7886d950fe4a63f97be36..7dfe96e3f721bee041d57e7ced111fca08ef4b7c 100644 |
| --- a/chrome/browser/sync/glue/sync_backend_host.h |
| +++ b/components/sync_driver/glue/sync_backend_host.h |
| @@ -1,9 +1,9 @@ |
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| +// Copyright 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_GLUE_SYNC_BACKEND_HOST_H_ |
| -#define CHROME_BROWSER_SYNC_GLUE_SYNC_BACKEND_HOST_H_ |
| +#ifndef COMPONENTS_SYNC_DRIVER_GLUE_SYNC_BACKEND_HOST_H_ |
| +#define COMPONENTS_SYNC_DRIVER_GLUE_SYNC_BACKEND_HOST_H_ |
| #include <string> |
| @@ -227,9 +227,10 @@ class SyncBackendHost : public sync_driver::BackendDataTypeConfigurer { |
| virtual void ClearServerData( |
| const syncer::SyncManager::ClearServerDataCallback& callback) = 0; |
| + private: |
|
Nicolas Zea
2015/11/05 23:35:08
nice catch!
|
| DISALLOW_COPY_AND_ASSIGN(SyncBackendHost); |
| }; |
| } // namespace browser_sync |
| -#endif // CHROME_BROWSER_SYNC_GLUE_SYNC_BACKEND_HOST_H_ |
| +#endif // COMPONENTS_SYNC_DRIVER_GLUE_SYNC_BACKEND_HOST_H_ |