| Index: webrtc/modules/utility/include/process_thread.h
|
| diff --git a/webrtc/modules/utility/interface/process_thread.h b/webrtc/modules/utility/include/process_thread.h
|
| similarity index 92%
|
| copy from webrtc/modules/utility/interface/process_thread.h
|
| copy to webrtc/modules/utility/include/process_thread.h
|
| index 451a5a301b5d2649c1e09c1b3410c0c818bef891..285a5ea5876e2e60f259220583d214cfd65d997d 100644
|
| --- a/webrtc/modules/utility/interface/process_thread.h
|
| +++ b/webrtc/modules/utility/include/process_thread.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_MODULES_UTILITY_INTERFACE_PROCESS_THREAD_H_
|
| -#define WEBRTC_MODULES_UTILITY_INTERFACE_PROCESS_THREAD_H_
|
| +#ifndef WEBRTC_MODULES_UTILITY_INCLUDE_PROCESS_THREAD_H_
|
| +#define WEBRTC_MODULES_UTILITY_INCLUDE_PROCESS_THREAD_H_
|
|
|
| #include "webrtc/typedefs.h"
|
| #include "webrtc/base/scoped_ptr.h"
|
| @@ -63,4 +63,4 @@ class ProcessThread {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_MODULES_UTILITY_INTERFACE_PROCESS_THREAD_H_
|
| +#endif // WEBRTC_MODULES_UTILITY_INCLUDE_PROCESS_THREAD_H_
|
|
|