summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/webui/version_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/webui/version_handler.h')
-rw-r--r--chrome/browser/ui/webui/version_handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/webui/version_handler.h b/chrome/browser/ui/webui/version_handler.h
index 2fc65d4..a5affc2 100644
--- a/chrome/browser/ui/webui/version_handler.h
+++ b/chrome/browser/ui/webui/version_handler.h
@@ -30,7 +30,7 @@ class VersionHandler : public content::WebUIMessageHandler {
// Callback which handles returning the executable and profile paths to the
// front end.
void OnGotFilePaths(string16* executable_path_data,
- string16* profile_path_data);
+ base::string16* profile_path_data);
// Callback for GetPlugins which responds to the page with the Flash version.
// This also initiates the OS Version load on ChromeOS.