| Index: third_party/google_input_tools/src/chrome/os/inputview/layouts/material/jpkbd_layout.js
|
| diff --git a/third_party/google_input_tools/src/chrome/os/inputview/layouts/jpkbd_layout.js b/third_party/google_input_tools/src/chrome/os/inputview/layouts/material/jpkbd_layout.js
|
| similarity index 96%
|
| copy from third_party/google_input_tools/src/chrome/os/inputview/layouts/jpkbd_layout.js
|
| copy to third_party/google_input_tools/src/chrome/os/inputview/layouts/material/jpkbd_layout.js
|
| index 9af34a16e954f6a1b4e673dafbcaed02d327b054..962dfb4c7429fa222b7f04973d6374ac08029a91 100644
|
| --- a/third_party/google_input_tools/src/chrome/os/inputview/layouts/jpkbd_layout.js
|
| +++ b/third_party/google_input_tools/src/chrome/os/inputview/layouts/material/jpkbd_layout.js
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2014 The ChromeOS IME Authors. All Rights Reserved.
|
| +// Copyright 2015 The ChromeOS IME Authors. All Rights Reserved.
|
| // limitations under the License.
|
| // See the License for the specific language governing permissions and
|
| // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| @@ -91,7 +91,7 @@ goog.require('i18n.input.chrome.inputview.layouts.util');
|
| });
|
|
|
| var data = {
|
| - 'layoutID': 'jpkbd',
|
| + 'layoutID': 'm-jpkbd',
|
| 'widthInWeight': 15,
|
| 'children': [keyboardContainer]
|
| };
|
|
|