diff options
author | enne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-16 20:32:13 +0000 |
---|---|---|
committer | enne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-16 20:32:13 +0000 |
commit | 009dc0702a605ca63363a7b6fe28dd490cf31f3c (patch) | |
tree | 06e4d9d3781498d8d9fa1bdc9a7ab11eba59137a /cc/test/fake_layer_tree_host_client.h | |
parent | aec65a0ea722bbf5a5b54c3ee6da21c95ad4dd84 (diff) | |
download | chromium_src-009dc0702a605ca63363a7b6fe28dd490cf31f3c.zip chromium_src-009dc0702a605ca63363a7b6fe28dd490cf31f3c.tar.gz chromium_src-009dc0702a605ca63363a7b6fe28dd490cf31f3c.tar.bz2 |
cc: Unify namespaces for all test files
All cc test harnesses now live in the cc namespace. Any cc unittest or
pixeltest itself is in an anonymous namespace under cc. This patch removes all
instances of the WebKitTest namespace from cc.
R=jamesr@chromium.org
BUG=none
Review URL: https://chromiumcodereview.appspot.com/11474050
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173391 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/test/fake_layer_tree_host_client.h')
-rw-r--r-- | cc/test/fake_layer_tree_host_client.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cc/test/fake_layer_tree_host_client.h b/cc/test/fake_layer_tree_host_client.h index 9e5cdfcb..1741d15 100644 --- a/cc/test/fake_layer_tree_host_client.h +++ b/cc/test/fake_layer_tree_host_client.h @@ -1,6 +1,7 @@ // Copyright 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. + #ifndef CC_TEST_FAKE_LAYER_TREE_HOST_CLIENT_H_ #define CC_TEST_FAKE_LAYER_TREE_HOST_CLIENT_H_ @@ -45,5 +46,6 @@ private: bool m_useDelegatingRenderer; }; -} +} // namespace cc + #endif // CC_TEST_FAKE_LAYER_TREE_HOST_CLIENT_H_ |