| Index: appengine/chromium_rietveld/new_static/selfie/cr-gif-selfie.html
|
| diff --git a/appengine/chromium_rietveld/new_static/selfie/cr-gif-selfie.html b/appengine/chromium_rietveld/new_static/selfie/cr-gif-selfie.html
|
| index 5e797ea8c4b0a9dd271aee588b1fc353f1c3066a..ed8ef09d46a7f9c36fe10427d4d8a2d6faeb7249 100644
|
| --- a/appengine/chromium_rietveld/new_static/selfie/cr-gif-selfie.html
|
| +++ b/appengine/chromium_rietveld/new_static/selfie/cr-gif-selfie.html
|
| @@ -2,16 +2,16 @@
|
| Use of this source code is governed by a BSD-style license that can be
|
| found in the LICENSE file. -->
|
|
|
| +<link rel="import" href="../common/cr-button.html">
|
| +<link rel="import" href="../common/cr-toolbar.html">
|
| <link rel="import" href="cr-webcam.html">
|
| -<link rel="import" href="../components/cr-button.html">
|
| -<link rel="import" href="../components/cr-toolbar.html">
|
|
|
| <script src="../bower_components/gif.js/dist/gif.js"></script>
|
| <script src="gif_recorder.js"></script>
|
|
|
| <polymer-element name="cr-gif-selfie" attributes="countdown">
|
| <template>
|
| - <link rel="stylesheet" href="../components/common.css">
|
| + <link rel="stylesheet" href="../common/common.css">
|
| <style>
|
| :host {
|
| display: -webkit-flex;
|
|
|