| Index: chrome/browser/sync/js/js_arg_list.h
|
| diff --git a/chrome/browser/sync/js_arg_list.h b/chrome/browser/sync/js/js_arg_list.h
|
| similarity index 86%
|
| rename from chrome/browser/sync/js_arg_list.h
|
| rename to chrome/browser/sync/js/js_arg_list.h
|
| index 3dafa71e2fb6581ff89bec81aec41713c35b47a8..2e5965ba991e41e286e8413d398bace45a227ee7 100644
|
| --- a/chrome/browser/sync/js_arg_list.h
|
| +++ b/chrome/browser/sync/js/js_arg_list.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_ARG_LIST_H_
|
| -#define CHROME_BROWSER_SYNC_JS_ARG_LIST_H_
|
| +#ifndef CHROME_BROWSER_SYNC_JS_JS_ARG_LIST_H_
|
| +#define CHROME_BROWSER_SYNC_JS_JS_ARG_LIST_H_
|
| #pragma once
|
|
|
| // See README.js for design comments.
|
| @@ -40,4 +40,4 @@ class JsArgList {
|
|
|
| } // namespace browser_sync
|
|
|
| -#endif // CHROME_BROWSER_SYNC_JS_ARG_LIST_H_
|
| +#endif // CHROME_BROWSER_SYNC_JS_JS_ARG_LIST_H_
|
|
|