Index: chrome/browser/web_applications/web_app.h |
diff --git a/chrome/browser/web_applications/web_app.h b/chrome/browser/web_applications/web_app.h |
index 4a6367fd7c65ece46c8d4e48f12177802a4f89e2..99f01d5ef31a3612589c30d16532a155d66a6edb 100644 |
--- a/chrome/browser/web_applications/web_app.h |
+++ b/chrome/browser/web_applications/web_app.h |
@@ -18,7 +18,7 @@ class Extension; |
namespace web_app { |
-// Gets the user data directory for given web app. The path for the directory is |
+// Returns data directory for given web app. The path for the directory is |
// based on |extension_id|. If |extension_id| is empty then |url| is used |
// to construct a unique ID. |
FilePath GetWebAppDataDirectory(const FilePath& profile_path, |