Index: extensions/common/user_script.h |
diff --git a/extensions/common/user_script.h b/extensions/common/user_script.h |
index 070679eaeba1fe6d89a36b76fde4f8a43b121055..93ca14f1baa55a40f6b103b7ebe1ca4b2ebb28f4 100644 |
--- a/extensions/common/user_script.h |
+++ b/extensions/common/user_script.h |
@@ -235,7 +235,8 @@ class UserScript { |
void Unpickle(const base::Pickle& pickle, base::PickleIterator* iter); |
private: |
- // Pickle helper functions used to pickle the individual types of components. |
+ // base::Pickle helper functions used to pickle the individual types of |
+ // components. |
void PickleGlobs(base::Pickle* pickle, |
const std::vector<std::string>& globs) const; |
void PickleHostID(base::Pickle* pickle, const HostID& host_id) const; |