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

Unified Diff: chrome/browser/history/history_unittest_base.h

Issue 813503003: Move files from chrome/browser/history to components/history (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@favicon-owners
Patch Set: Add missing #include of base/macros.h Created 5 years, 11 months 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 | « chrome/browser/history/history_unittest.cc ('k') | chrome/browser/history/history_unittest_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/history_unittest_base.h
diff --git a/chrome/browser/history/history_unittest_base.h b/chrome/browser/history/history_unittest_base.h
deleted file mode 100644
index 487b325b89957eb9fc5fb77868ee28356b15e36d..0000000000000000000000000000000000000000
--- a/chrome/browser/history/history_unittest_base.h
+++ /dev/null
@@ -1,36 +0,0 @@
-// Copyright (c) 2011 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 CHROME_BROWSER_HISTORY_HISTORY_UNITTEST_BASE_H_
-#define CHROME_BROWSER_HISTORY_HISTORY_UNITTEST_BASE_H_
-
-#include "testing/gtest/include/gtest/gtest.h"
-
-namespace base {
-class FilePath;
-}
-
-namespace history {
-// A base class for a history unit test. It provides the common test methods.
-//
-class HistoryUnitTestBase : public testing::Test {
- public:
- ~HistoryUnitTestBase() override;
-
- // Executes the sql from the file |sql_path| in the database at |db_path|.
- // |sql_path| is the SQL script file name with full path.
- // |db_path| is the db file name with full path.
- static void ExecuteSQLScript(const base::FilePath& sql_path,
- const base::FilePath& db_path);
-
- protected:
- HistoryUnitTestBase();
-
- private:
- DISALLOW_COPY_AND_ASSIGN(HistoryUnitTestBase);
-};
-
-} // namespace history
-
-#endif // CHROME_BROWSER_HISTORY_HISTORY_UNITTEST_BASE_H_
« no previous file with comments | « chrome/browser/history/history_unittest.cc ('k') | chrome/browser/history/history_unittest_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698