summaryrefslogtreecommitdiffstats
path: root/cc/surfaces
diff options
context:
space:
mode:
authordanakj <danakj@chromium.org>2014-11-13 17:35:36 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-14 01:35:56 +0000
commitaeb95060cbafd24bee436a32c83831b7b781f2e0 (patch)
treef32cfe100b5fa086d82be348e06743e00b7eaf16 /cc/surfaces
parenta1d740044eebd0d5a01bb65ba12abdc468090333 (diff)
downloadchromium_src-aeb95060cbafd24bee436a32c83831b7b781f2e0.zip
chromium_src-aeb95060cbafd24bee436a32c83831b7b781f2e0.tar.gz
chromium_src-aeb95060cbafd24bee436a32c83831b7b781f2e0.tar.bz2
cc: Remove readability/inheritance exception for linter in cc.
And make cc/ all linter clean. R=enne BUG=422353 Review URL: https://codereview.chromium.org/720323002 Cr-Commit-Position: refs/heads/master@{#304136}
Diffstat (limited to 'cc/surfaces')
-rw-r--r--cc/surfaces/display_client.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cc/surfaces/display_client.h b/cc/surfaces/display_client.h
index b0f8f79..71ee434 100644
--- a/cc/surfaces/display_client.h
+++ b/cc/surfaces/display_client.h
@@ -25,6 +25,7 @@ class DisplayClient {
protected:
virtual ~DisplayClient() {}
};
-}
+
+} // namespace cc
#endif // CC_SURFACES_DISPLAY_CLIENT_H_