Index: third_party/google_input_tools/src/chrome/os/inputview/layouts/material/compactkbd_nordic_layout.js |
diff --git a/third_party/google_input_tools/src/chrome/os/inputview/layouts/compactkbd_nordic_layout.js b/third_party/google_input_tools/src/chrome/os/inputview/layouts/material/compactkbd_nordic_layout.js |
similarity index 93% |
copy from third_party/google_input_tools/src/chrome/os/inputview/layouts/compactkbd_nordic_layout.js |
copy to third_party/google_input_tools/src/chrome/os/inputview/layouts/material/compactkbd_nordic_layout.js |
index 1516507226612c42aec35e81aca6b6f1752ee667..586e920be2072525c960213d4c3e003c61a0e7eb 100644 |
--- a/third_party/google_input_tools/src/chrome/os/inputview/layouts/compactkbd_nordic_layout.js |
+++ b/third_party/google_input_tools/src/chrome/os/inputview/layouts/material/compactkbd_nordic_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. |
@@ -39,7 +39,7 @@ goog.require('i18n.input.chrome.inputview.layouts.util'); |
}); |
var data = { |
- 'layoutID': 'compactkbd-nordic', |
+ 'layoutID': 'm-compactkbd-nordic', |
'widthInWeight': 15, |
'children': [keyboardContainer] |
}; |