Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit ec569ff

Browse files
committed
Bug 1102215: Move security/sandbox/chromium/base/shim/ to new directory security/sandbox/chromium-shim/ r=ted
--HG-- rename : security/sandbox/chromium/base/shim/base/gtest_prod_util.h => security/sandbox/chromium-shim/base/gtest_prod_util.h rename : security/sandbox/chromium/base/shim/base/logging.cpp => security/sandbox/chromium-shim/base/logging.cpp rename : security/sandbox/chromium/base/shim/base/strings/string_piece.h => security/sandbox/chromium-shim/base/strings/string_piece.h rename : security/sandbox/chromium/base/shim/base/third_party/nspr/prtime.h => security/sandbox/chromium-shim/base/third_party/nspr/prtime.h rename : security/sandbox/chromium/base/shim/base/third_party/nspr/prtypes.h => security/sandbox/chromium-shim/base/third_party/nspr/prtypes.h rename : security/sandbox/chromium/base/shim/base/threading/thread_local_storage.h => security/sandbox/chromium-shim/base/threading/thread_local_storage.h rename : security/sandbox/chromium/base/shim/base/tracked_objects.h => security/sandbox/chromium-shim/base/tracked_objects.h rename : security/sandbox/chromium/base/shim/base/win/registry.h => security/sandbox/chromium-shim/base/win/registry.h rename : security/sandbox/chromium/base/shim/sdkdecls.h => security/sandbox/chromium-shim/base/win/sdkdecls.h rename : security/sandbox/win/src/logging/loggingCallbacks.h => security/sandbox/chromium-shim/sandbox/win/loggingCallbacks.h rename : security/sandbox/win/src/logging/loggingTypes.h => security/sandbox/chromium-shim/sandbox/win/loggingTypes.h rename : security/sandbox/win/src/logging/sandboxLogging.cpp => security/sandbox/chromium-shim/sandbox/win/sandboxLogging.cpp rename : security/sandbox/win/src/logging/sandboxLogging.h => security/sandbox/chromium-shim/sandbox/win/sandboxLogging.h
1 parent 2b11d85 commit ec569ff

18 files changed

Lines changed: 10 additions & 10 deletions

File tree

mozilla-config.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
* Note that this include path relies on the LOCAL_INCLUDES in that file.
5858
*/
5959
#if defined(CHROMIUM_SANDBOX_BUILD) && defined(XP_WIN)
60-
#include "base/shim/sdkdecls.h"
60+
#include "base/win/sdkdecls.h"
6161
#endif
6262

6363
#endif /* _MOZILLA_CONFIG_H_ */

security/sandbox/chromium/base/shim/base/gtest_prod_util.h renamed to security/sandbox/chromium-shim/base/gtest_prod_util.h

File renamed without changes.
File renamed without changes.

security/sandbox/chromium/base/shim/base/strings/string_piece.h renamed to security/sandbox/chromium-shim/base/strings/string_piece.h

File renamed without changes.

security/sandbox/chromium/base/shim/base/third_party/nspr/prtime.h renamed to security/sandbox/chromium-shim/base/third_party/nspr/prtime.h

File renamed without changes.

security/sandbox/chromium/base/shim/base/third_party/nspr/prtypes.h renamed to security/sandbox/chromium-shim/base/third_party/nspr/prtypes.h

File renamed without changes.

security/sandbox/chromium/base/shim/base/threading/thread_local_storage.h renamed to security/sandbox/chromium-shim/base/threading/thread_local_storage.h

File renamed without changes.

security/sandbox/chromium/base/shim/base/tracked_objects.h renamed to security/sandbox/chromium-shim/base/tracked_objects.h

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)