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

Unified Diff: components/history/core/android/android_history_types.h

Issue 584013002: Componentize history_types.{cc,h} and android_history_types.{cc,h} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 3 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/android/BUILD.gn ('k') | components/history/core/android/android_history_types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/android/android_history_types.h
diff --git a/chrome/browser/history/android/android_history_types.h b/components/history/core/android/android_history_types.h
similarity index 96%
rename from chrome/browser/history/android/android_history_types.h
rename to components/history/core/android/android_history_types.h
index a27b99e7cbc7fcd7de2fef23d82a15d4cfc2669c..3c642f380dd63d1ae54ec3416ca7bfe03a045f60 100644
--- a/chrome/browser/history/android/android_history_types.h
+++ b/components/history/core/android/android_history_types.h
@@ -2,13 +2,13 @@
// 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_ANDROID_HISTORY_TYPES_H_
-#define CHROME_BROWSER_HISTORY_ANDROID_ANDROID_HISTORY_TYPES_H_
+#ifndef COMPONENTS_HISTORY_CORE_ANDROID_ANDROID_HISTORY_TYPES_H_
+#define COMPONENTS_HISTORY_CORE_ANDROID_ANDROID_HISTORY_TYPES_H_
#include <map>
#include "base/memory/scoped_ptr.h"
-#include "chrome/browser/history/history_types.h"
+#include "components/history/core/browser/history_types.h"
#include "components/history/core/browser/keyword_id.h"
#include "sql/statement.h"
@@ -329,4 +329,4 @@ class AndroidStatement {
} // namespace history
-#endif // CHROME_BROWSER_HISTORY_ANDROID_ANDROID_HISTORY_TYPES_H_
+#endif // COMPONENTS_HISTORY_CORE_ANDROID_ANDROID_HISTORY_TYPES_H_
« no previous file with comments | « components/history/core/android/BUILD.gn ('k') | components/history/core/android/android_history_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698