diff options
Diffstat (limited to 'cloud_print/common/win/cloud_print_utils.h')
-rw-r--r-- | cloud_print/common/win/cloud_print_utils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cloud_print/common/win/cloud_print_utils.h b/cloud_print/common/win/cloud_print_utils.h index 7effa1b..bc9895c 100644 --- a/cloud_print/common/win/cloud_print_utils.h +++ b/cloud_print/common/win/cloud_print_utils.h @@ -15,14 +15,14 @@ namespace cloud_print { HRESULT GetLastHResult(); // Convert an HRESULT to a localized string. -string16 GetErrorMessage(HRESULT hr); +base::string16 GetErrorMessage(HRESULT hr); // Retrieves a string from the string table of the module that contains the // calling code. -string16 LoadLocalString(DWORD id); +base::string16 LoadLocalString(DWORD id); // Sets registry value to notify Google Update that product was used. -void SetGoogleUpdateUsage(const string16& product_id); +void SetGoogleUpdateUsage(const base::string16& product_id); } // namespace cloud_print |