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

Unified Diff: components/sync_driver/proxy_data_type_controller.h

Issue 133503011: Move files from //chrome/browser/sync to sync_driver component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months 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
Index: components/sync_driver/proxy_data_type_controller.h
diff --git a/chrome/browser/sync/glue/proxy_data_type_controller.h b/components/sync_driver/proxy_data_type_controller.h
similarity index 89%
rename from chrome/browser/sync/glue/proxy_data_type_controller.h
rename to components/sync_driver/proxy_data_type_controller.h
index 03f79d2ba31fe29734d3cbaec2e3a61a5f10bc7d..3d695f875daab8f5ec6565d02c0071f1fa9cb67b 100644
--- a/chrome/browser/sync/glue/proxy_data_type_controller.h
+++ b/components/sync_driver/proxy_data_type_controller.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_SYNC_GLUE_PROXY_DATA_TYPE_CONTROLLER_H__
-#define CHROME_BROWSER_SYNC_GLUE_PROXY_DATA_TYPE_CONTROLLER_H__
+#ifndef COMPONENTS_SYNC_DRIVER_PROXY_DATA_TYPE_CONTROLLER_H__
+#define COMPONENTS_SYNC_DRIVER_PROXY_DATA_TYPE_CONTROLLER_H__
#include "base/basictypes.h"
#include "base/compiler_specific.h"
@@ -53,4 +53,4 @@ class ProxyDataTypeController : public DataTypeController {
} // namespace browser_sync
-#endif // CHROME_BROWSER_SYNC_GLUE_PROXY_DATA_TYPE_CONTROLLER_H__
+#endif // COMPONENTS_SYNC_DRIVER_PROXY_DATA_TYPE_CONTROLLER_H__

Powered by Google App Engine
This is Rietveld 408576698