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

Unified Diff: components/history/core/test/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 | « components/history/core/test/BUILD.gn ('k') | components/history/core/test/history_unittest_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/test/history_unittest_base.h
diff --git a/chrome/browser/history/history_unittest_base.h b/components/history/core/test/history_unittest_base.h
similarity index 80%
rename from chrome/browser/history/history_unittest_base.h
rename to components/history/core/test/history_unittest_base.h
index 487b325b89957eb9fc5fb77868ee28356b15e36d..b3e09681d5d4f8006ee7a75a9291dc01f40c264a 100644
--- a/chrome/browser/history/history_unittest_base.h
+++ b/components/history/core/test/history_unittest_base.h
@@ -2,9 +2,10 @@
// 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_
+#ifndef COMPONENTS_HISTORY_CORE_TEST_HISTORY_UNITTEST_BASE_H_
+#define COMPONENTS_HISTORY_CORE_TEST_HISTORY_UNITTEST_BASE_H_
+#include "base/macros.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace base {
@@ -33,4 +34,4 @@ class HistoryUnitTestBase : public testing::Test {
} // namespace history
-#endif // CHROME_BROWSER_HISTORY_HISTORY_UNITTEST_BASE_H_
+#endif // COMPONENTS_HISTORY_CORE_TEST_HISTORY_UNITTEST_BASE_H_
« no previous file with comments | « components/history/core/test/BUILD.gn ('k') | components/history/core/test/history_unittest_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698