| Index: chrome_frame/test/proxy_factory_mock.h
|
| diff --git a/chrome_frame/test/proxy_factory_mock.h b/chrome_frame/test/proxy_factory_mock.h
|
| index 609d4b681b39036c3f23ca6ebbe4457f11f42d75..bf385e7e58aa16f802e41f32060c01790d83202f 100644
|
| --- a/chrome_frame/test/proxy_factory_mock.h
|
| +++ b/chrome_frame/test/proxy_factory_mock.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2006-2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2013 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.
|
| #ifndef CHROME_FRAME_TEST_PROXY_FACTORY_MOCK_H_
|
| @@ -39,9 +39,8 @@ class MockProxyFactory : public ProxyFactory {
|
| void** automation_server_id);
|
|
|
| base::Thread thread_;
|
| - MessageLoop* loop_;
|
| + base::MessageLoop* loop_;
|
| };
|
|
|
| -
|
| #endif // CHROME_FRAME_TEST_PROXY_FACTORY_MOCK_H_
|
|
|
|
|