hunspell: Cleanup to fix the header include guards under google/ directory.
[chromium-blink-merge.git] / ios / web / test / web_test_suite.h
blob5ea67797b3ba5b845677c76be34eb9ef4997e619
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef IOS_WEB_TEST_WEB_TEST_SUITE_H_
6 #define IOS_WEB_TEST_WEB_TEST_SUITE_H_
8 #include "base/test/test_suite.h"
10 namespace web {
12 class WebTestSuite : public base::TestSuite {
13 public:
14 WebTestSuite(int argc, char** argv);
15 ~WebTestSuite() override;
17 protected:
18 void Initialize() override;
20 private:
22 DISALLOW_COPY_AND_ASSIGN(WebTestSuite);
25 } // namespace web
27 #endif // IOS_WEB_TEST_WEB_TEST_SUITE_H_