Commit 11d4caec authored by Viviane Yang's avatar Viviane Yang Committed by Commit Bot

Add missing vertical line in comment.

Change-Id: Ib4f3e3224d88c970b96f21e898f60fc3099ab4bb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362904Reviewed-by: default avatarCarlos Knippschild <carlosk@chromium.org>
Commit-Queue: Carlos Knippschild <carlosk@chromium.org>
Cr-Commit-Position: refs/heads/master@{#799744}
parent aaea4cb4
...@@ -44,7 +44,7 @@ class PrefetchGCMAppHandler : public gcm::GCMAppHandler, ...@@ -44,7 +44,7 @@ class PrefetchGCMAppHandler : public gcm::GCMAppHandler,
std::string GetAppId() const override; std::string GetAppId() const override;
private: private:
// Not owned, PrefetchService owns |this. // Not owned, PrefetchService owns |this|.
PrefetchService* prefetch_service_ = nullptr; PrefetchService* prefetch_service_ = nullptr;
DISALLOW_COPY_AND_ASSIGN(PrefetchGCMAppHandler); DISALLOW_COPY_AND_ASSIGN(PrefetchGCMAppHandler);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment