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

Unified Diff: components/sync_driver/failed_data_types_handler.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/failed_data_types_handler.h
diff --git a/chrome/browser/sync/glue/failed_data_types_handler.h b/components/sync_driver/failed_data_types_handler.h
similarity index 91%
rename from chrome/browser/sync/glue/failed_data_types_handler.h
rename to components/sync_driver/failed_data_types_handler.h
index 63a2baa599fe5942e5274d59e9a8df1f67981ceb..fcace532c8f266491466a9ca11ebb3236f9be5cc 100644
--- a/chrome/browser/sync/glue/failed_data_types_handler.h
+++ b/components/sync_driver/failed_data_types_handler.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_FAILED_DATA_TYPES_HANDLER_H_
-#define CHROME_BROWSER_SYNC_GLUE_FAILED_DATA_TYPES_HANDLER_H_
+#ifndef COMPONENTS_SYNC_DRIVER_FAILED_DATA_TYPES_HANDLER_H_
+#define COMPONENTS_SYNC_DRIVER_FAILED_DATA_TYPES_HANDLER_H_
#include <string>
@@ -67,4 +67,4 @@ class FailedDataTypesHandler {
} // namespace browser_sync
-#endif // CHROME_BROWSER_SYNC_GLUE_FAILED_DATA_TYPES_HANDLER_H_
+#endif // COMPONENTS_SYNC_DRIVER_FAILED_DATA_TYPES_HANDLER_H_

Powered by Google App Engine
This is Rietveld 408576698