Index: components/sync/js/js_backend.h |
diff --git a/sync/js/js_backend.h b/components/sync/js/js_backend.h |
similarity index 76% |
rename from sync/js/js_backend.h |
rename to components/sync/js/js_backend.h |
index 8bb11e0718a0b831ca3fcb4f83af03c6ab67474b..1f6d32e3ffa2ddd0ea5f7f27ec5f9e7a41c2dd6d 100644 |
--- a/sync/js/js_backend.h |
+++ b/components/sync/js/js_backend.h |
@@ -2,19 +2,20 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef SYNC_JS_JS_BACKEND_H_ |
-#define SYNC_JS_JS_BACKEND_H_ |
+#ifndef COMPONENTS_SYNC_JS_JS_BACKEND_H_ |
+#define COMPONENTS_SYNC_JS_JS_BACKEND_H_ |
// See README.js for design comments. |
#include <string> |
-#include "sync/base/sync_export.h" |
+#include "components/sync/base/sync_export.h" |
namespace syncer { |
class JsEventHandler; |
-template <typename T> class WeakHandle; |
+template <typename T> |
+class WeakHandle; |
// Interface representing the backend of chrome://sync-internals. A |
// JsBackend can handle messages and can emit events to a |
@@ -31,4 +32,4 @@ class SYNC_EXPORT JsBackend { |
} // namespace syncer |
-#endif // SYNC_JS_JS_BACKEND_H_ |
+#endif // COMPONENTS_SYNC_JS_JS_BACKEND_H_ |