Index: ceee/common/process_utils_win.h |
diff --git a/ceee/common/process_utils_win.h b/ceee/common/process_utils_win.h |
index e928791aa332f41f09c2c488570208754c99dd5a..6b036a448bba733ce6ebf27e0ec7a39ea75376de 100644 |
--- a/ceee/common/process_utils_win.h |
+++ b/ceee/common/process_utils_win.h |
@@ -51,6 +51,8 @@ HRESULT IsCurrentProcessUacElevated(bool* running_as_admin); |
// with implementation. |
class ProcessCompatibilityCheck { |
public: |
+ static ProcessCompatibilityCheck* GetInstance(); |
+ |
// Is the process associated with the given window compatible with the |
// current process. If the call returns an error code, the value of |
// *is_compatible is undefined. |