| Index: testing/gtest/include/gtest/gtest.h
|
| diff --git a/chrome/browser/resources/chromeos/login/oobe_dialog.js b/testing/gtest/include/gtest/gtest.h
|
| similarity index 68%
|
| copy from chrome/browser/resources/chromeos/login/oobe_dialog.js
|
| copy to testing/gtest/include/gtest/gtest.h
|
| index 8dd5bc358d48fe88f4542472e42ed30e5eaa7dbc..bcb2727b576459c50660be9c5b3ea2d9acbc5af5 100644
|
| --- a/chrome/browser/resources/chromeos/login/oobe_dialog.js
|
| +++ b/testing/gtest/include/gtest/gtest.h
|
| @@ -2,4 +2,4 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -Polymer({is: 'oobe-dialog'});
|
| +#include "testing/third_party/googletest/googletest/include/gtest/gtest.h"
|
|
|