| Index: chrome/browser/sync/js/js_reply_handler.h
|
| diff --git a/chrome/browser/sync/js_reply_handler.h b/chrome/browser/sync/js/js_reply_handler.h
|
| similarity index 78%
|
| rename from chrome/browser/sync/js_reply_handler.h
|
| rename to chrome/browser/sync/js/js_reply_handler.h
|
| index 5d50fc889b979d7d8eea145fdecf7f19175a30a3..4118cd9d4addf34a3bc49ca74318dbddf927eaf5 100644
|
| --- a/chrome/browser/sync/js_reply_handler.h
|
| +++ b/chrome/browser/sync/js/js_reply_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_JS_REPLY_HANDLER_H_
|
| -#define CHROME_BROWSER_SYNC_JS_REPLY_HANDLER_H_
|
| +#ifndef CHROME_BROWSER_SYNC_JS_JS_REPLY_HANDLER_H_
|
| +#define CHROME_BROWSER_SYNC_JS_JS_REPLY_HANDLER_H_
|
| #pragma once
|
|
|
| // See README.js for design comments.
|
| @@ -27,4 +27,4 @@ class JsReplyHandler {
|
|
|
| } // namespace browser_sync
|
|
|
| -#endif // CHROME_BROWSER_SYNC_JS_REPLY_HANDLER_H_
|
| +#endif // CHROME_BROWSER_SYNC_JS_JS_REPLY_HANDLER_H_
|
|
|