Index: chrome/installer/gcapi/gcapi_omaha_experiment.h |
diff --git a/chrome/installer/gcapi/gcapi_omaha_experiment.h b/chrome/installer/gcapi/gcapi_omaha_experiment.h |
index d64bc4b078216ea481b317453de35655091f64b5..8e5d79f03827339a4a656eb68afa39e47f4a8a1c 100644 |
--- a/chrome/installer/gcapi/gcapi_omaha_experiment.h |
+++ b/chrome/installer/gcapi/gcapi_omaha_experiment.h |
@@ -14,8 +14,8 @@ extern const wchar_t kRelaunchLabel[]; |
// Returns the full experiment label to be used by |label| (which is one of the |
// labels declared above) for |brand_code|. |
-string16 GetGCAPIExperimentLabel(const wchar_t* brand_code, |
- const string16& label); |
+base::string16 GetGCAPIExperimentLabel(const wchar_t* brand_code, |
+ const base::string16& label); |
} // namespace gcapi_internals |