Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2463)

Unified Diff: blimp/helium/helium_test.h

Issue 2602103002: Delete blimp/helium and remove references to it from dependent targets (Closed)
Patch Set: . Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « blimp/helium/errors.h ('k') | blimp/helium/lazy_syncable_adapter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/helium/helium_test.h
diff --git a/blimp/helium/helium_test.h b/blimp/helium/helium_test.h
deleted file mode 100644
index 819113c883f3ab6b8b11f2b3f1266b2dc75a129a..0000000000000000000000000000000000000000
--- a/blimp/helium/helium_test.h
+++ /dev/null
@@ -1,29 +0,0 @@
-// Copyright 2016 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 BLIMP_HELIUM_HELIUM_TEST_H_
-#define BLIMP_HELIUM_HELIUM_TEST_H_
-
-#include "base/at_exit.h"
-#include "base/macros.h"
-#include "testing/gtest/include/gtest/gtest.h"
-
-namespace blimp {
-namespace helium {
-
-class HeliumTest : public ::testing::Test {
- public:
- HeliumTest() {}
- ~HeliumTest() override {}
-
- private:
- base::ShadowingAtExitManager at_exit_manager_;
-
- DISALLOW_COPY_AND_ASSIGN(HeliumTest);
-};
-
-} // namespace helium
-} // namespace blimp
-
-#endif // BLIMP_HELIUM_HELIUM_TEST_H_
« no previous file with comments | « blimp/helium/errors.h ('k') | blimp/helium/lazy_syncable_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698