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

Unified Diff: components/history/core/android/visit_sql_handler.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
Index: components/history/core/android/visit_sql_handler.h
diff --git a/chrome/browser/history/android/visit_sql_handler.h b/components/history/core/android/visit_sql_handler.h
similarity index 88%
rename from chrome/browser/history/android/visit_sql_handler.h
rename to components/history/core/android/visit_sql_handler.h
index ac019e3cb45c8db296115f6eab7814b3a32c0099..449092dda710db93a64d0314355b09832c0619ff 100644
--- a/chrome/browser/history/android/visit_sql_handler.h
+++ b/components/history/core/android/visit_sql_handler.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_HISTORY_ANDROID_VISIT_SQL_HANDLER_H_
-#define CHROME_BROWSER_HISTORY_ANDROID_VISIT_SQL_HANDLER_H_
+#ifndef COMPONENTS_HISTORY_CORE_ANDROID_VISIT_SQL_HANDLER_H_
+#define COMPONENTS_HISTORY_CORE_ANDROID_VISIT_SQL_HANDLER_H_
#include "components/history/core/android/sql_handler.h"
@@ -49,4 +49,4 @@ class VisitSQLHandler : public SQLHandler {
} // namespace history.
-#endif // CHROME_BROWSER_HISTORY_ANDROID_VISIT_SQL_HANDLER_H_
+#endif // COMPONENTS_HISTORY_CORE_ANDROID_VISIT_SQL_HANDLER_H_
« no previous file with comments | « components/history/core/android/urls_sql_handler.cc ('k') | components/history/core/android/visit_sql_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698