Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(440)

Unified Diff: components/sync_driver/glue/sync_backend_host.h

Issue 1433473007: [NOT FOR REVIEW] Copy of Max's CL with conflicts fixed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pss_strings
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/sync_driver/DEPS ('k') | components/sync_driver/glue/sync_backend_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
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_
« no previous file with comments | « components/sync_driver/DEPS ('k') | components/sync_driver/glue/sync_backend_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698