| Index: runtime/bin/utils_win.h
|
| diff --git a/runtime/bin/utils_win.h b/runtime/bin/utils_win.h
|
| index b8f9fbcc1676523780cb59f4a63226d4098b93d6..fe0fa5c814069cdc1ae1ad04ef6de085f1544098 100644
|
| --- a/runtime/bin/utils_win.h
|
| +++ b/runtime/bin/utils_win.h
|
| @@ -31,6 +31,10 @@ class StringUtilsWin {
|
| static const wchar_t* Utf8ToWide(const char* utf8,
|
| intptr_t len = -1,
|
| intptr_t* result_len = NULL);
|
| +
|
| + private:
|
| + DISALLOW_ALLOCATION();
|
| + DISALLOW_IMPLICIT_CONSTRUCTORS(StringUtilsWin);
|
| };
|
|
|
| } // namespace bin
|
|
|