Chromium Code Reviews| Index: chrome/browser/policy/device_token_fetcher_unittest.cc |
| diff --git a/chrome/browser/policy/device_token_fetcher_unittest.cc b/chrome/browser/policy/device_token_fetcher_unittest.cc |
| index 28d11b0fc6b6d08961e854365884e414a851b350..b3dfa8148184816751e8f248f28ab1c840b6915b 100644 |
| --- a/chrome/browser/policy/device_token_fetcher_unittest.cc |
| +++ b/chrome/browser/policy/device_token_fetcher_unittest.cc |
| @@ -1,4 +1,4 @@ |
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| @@ -12,11 +12,12 @@ |
| #include "chrome/browser/policy/device_token_fetcher.h" |
| #include "chrome/browser/policy/mock_device_management_backend.h" |
| #include "chrome/common/net/gaia/gaia_constants.h" |
| -#include "chrome/test/testing_device_token_fetcher.h" |
| #include "chrome/test/testing_profile.h" |
| #include "testing/gmock/include/gmock/gmock.h" |
| #include "testing/gtest/include/gtest/gtest.h" |
| +#if 0 |
|
Mattias Nissler (ping if slow)
2011/02/15 10:15:16
Can we re-enable existing tests that still apply?
Jakob Kummerow
2011/02/21 12:12:15
Done. That means, rewrote the tests that still mak
|
| + |
| namespace policy { |
| const char kTestToken[] = "device_token_fetcher_test_auth_token"; |
| @@ -249,3 +250,5 @@ TEST_F(DeviceTokenFetcherTest, RestartImmediately) { |
| } |
| } // namespace policy |
| + |
| +#endif |