summaryrefslogtreecommitdiffstats
path: root/cc/test/fake_content_layer_client.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-11 14:47:50 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-11 14:47:50 +0000
commitffaa2a63665d31ba16ab63c2dc447e7543dc5002 (patch)
tree82bee0248de1b78bd1d7efbc5be60f8219e1c090 /cc/test/fake_content_layer_client.h
parente89cfcb9090e8c98129ae9160c513f504db74599 (diff)
downloadchromium_src-ffaa2a63665d31ba16ab63c2dc447e7543dc5002.zip
chromium_src-ffaa2a63665d31ba16ab63c2dc447e7543dc5002.tar.gz
chromium_src-ffaa2a63665d31ba16ab63c2dc447e7543dc5002.tar.bz2
cc: Fix header include guards.
Fixed the files found by the following command lines: $ cpplint.py cc/* 2>&1 | grep header_guard $ cpplint.py cc/test/* 2>&1 | grep header_guard BUG=144576,144577 TEST=cc_unittests TBR=enne@chromium.org,jamesr@chromium.org Review URL: https://chromiumcodereview.appspot.com/11365188 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167123 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/test/fake_content_layer_client.h')
-rw-r--r--cc/test/fake_content_layer_client.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cc/test/fake_content_layer_client.h b/cc/test/fake_content_layer_client.h
index 1cf4646..b7011cc 100644
--- a/cc/test/fake_content_layer_client.h
+++ b/cc/test/fake_content_layer_client.h
@@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#ifndef CC_TEST_FAKE_CONTENT_LAYER_CLIENT_H_
+#define CC_TEST_FAKE_CONTENT_LAYER_CLIENT_H_
+
#include "base/compiler_specific.h"
#include "cc/content_layer_client.h"
@@ -20,3 +23,5 @@ private:
};
} // namespace WebKitTests
+
+#endif // CC_TEST_FAKE_CONTENT_LAYER_CLIENT_H_