| Index: webrtc/modules/utility/include/mock/mock_process_thread.h
|
| diff --git a/webrtc/modules/utility/interface/mock/mock_process_thread.h b/webrtc/modules/utility/include/mock/mock_process_thread.h
|
| similarity index 81%
|
| copy from webrtc/modules/utility/interface/mock/mock_process_thread.h
|
| copy to webrtc/modules/utility/include/mock/mock_process_thread.h
|
| index fd108a835483808160b9e3e2ef8db9ecdbea2bee..d7caf56d6d53f541d29fdc6538c4f5cc994dfeb1 100644
|
| --- a/webrtc/modules/utility/interface/mock/mock_process_thread.h
|
| +++ b/webrtc/modules/utility/include/mock/mock_process_thread.h
|
| @@ -8,10 +8,10 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_MODULES_UTILITY_INTERFACE_MOCK_PROCESS_THREAD_H_
|
| -#define WEBRTC_MODULES_UTILITY_INTERFACE_MOCK_PROCESS_THREAD_H_
|
| +#ifndef WEBRTC_MODULES_UTILITY_INCLUDE_MOCK_PROCESS_THREAD_H_
|
| +#define WEBRTC_MODULES_UTILITY_INCLUDE_MOCK_PROCESS_THREAD_H_
|
|
|
| -#include "webrtc/modules/utility/interface/process_thread.h"
|
| +#include "webrtc/modules/utility/include/process_thread.h"
|
|
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|
| @@ -35,4 +35,4 @@ class MockProcessThread : public ProcessThread {
|
| };
|
|
|
| } // namespace webrtc
|
| -#endif // WEBRTC_MODULES_UTILITY_INTERFACE_MOCK_PROCESS_THREAD_H_
|
| +#endif // WEBRTC_MODULES_UTILITY_INCLUDE_MOCK_PROCESS_THREAD_H_
|
|
|