Index: chrome/browser/extensions/api/cookies/cookies_api.h |
diff --git a/chrome/browser/extensions/api/cookies/cookies_api.h b/chrome/browser/extensions/api/cookies/cookies_api.h |
index 38e7438799f526c156fe99e6d30c31d7a58fa2af..551a2be82ef20b6a99d6b2e597bd3bf9a8a4e03f 100644 |
--- a/chrome/browser/extensions/api/cookies/cookies_api.h |
+++ b/chrome/browser/extensions/api/cookies/cookies_api.h |
@@ -66,7 +66,7 @@ class CookiesEventRouter : public content::NotificationObserver { |
// AsyncExtensionFunction, and are not threadsafe, so they should not be |
// concurrently accessed from multiple threads. They modify |result_| and other |
// member variables directly. |
-// See chrome/browser/extensions/extension_function.h for more information. |
+// See extensions/browser/extension_function.h for more information. |
class CookiesFunction : public ChromeAsyncExtensionFunction { |
protected: |
virtual ~CookiesFunction() {} |