summaryrefslogtreecommitdiffstats
path: root/components/update_client
diff options
context:
space:
mode:
authorsorin <sorin@chromium.org>2015-08-18 13:18:24 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-18 20:18:54 +0000
commit45740fc7b9ae6a1f70d2a54303549bb3e4cf0e3f (patch)
tree464f03723343b66f94b51f6e80ee39351f5f48c4 /components/update_client
parent658c87e4f1daf0bc0f766189daf8ca9cceae737c (diff)
downloadchromium_src-45740fc7b9ae6a1f70d2a54303549bb3e4cf0e3f.zip
chromium_src-45740fc7b9ae6a1f70d2a54303549bb3e4cf0e3f.tar.gz
chromium_src-45740fc7b9ae6a1f70d2a54303549bb3e4cf0e3f.tar.bz2
Add missing keyword.
TBR=waffles Review URL: https://codereview.chromium.org/1291223003 Cr-Commit-Position: refs/heads/master@{#344012}
Diffstat (limited to 'components/update_client')
-rw-r--r--components/update_client/action_update.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/update_client/action_update.h b/components/update_client/action_update.h
index ca56c88..81ee89d 100644
--- a/components/update_client/action_update.h
+++ b/components/update_client/action_update.h
@@ -119,7 +119,7 @@ class ActionUpdateDiff : public ActionUpdate {
DISALLOW_COPY_AND_ASSIGN(ActionUpdateDiff);
};
-class ActionUpdateFull : ActionUpdate {
+class ActionUpdateFull : public ActionUpdate {
public:
static scoped_ptr<Action> Create();