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

Side by Side Diff: chrome/browser/history/android/bookmark_model_sql_handler.h

Issue 849323002: Componentize HistoryDatabase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix android compilation 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_HISTORY_ANDROID_BOOKMARK_MODEL_SQL_HANDLER_H_ 5 #ifndef CHROME_BROWSER_HISTORY_ANDROID_BOOKMARK_MODEL_SQL_HANDLER_H_
6 #define CHROME_BROWSER_HISTORY_ANDROID_BOOKMARK_MODEL_SQL_HANDLER_H_ 6 #define CHROME_BROWSER_HISTORY_ANDROID_BOOKMARK_MODEL_SQL_HANDLER_H_
7 7
8 #include "components/history/core/android/sql_handler.h" 8 #include "components/history/core/browser/android/sql_handler.h"
9 9
10 class Profile; 10 class Profile;
11 11
12 namespace bookmarks { 12 namespace bookmarks {
13 class BookmarkModel; 13 class BookmarkModel;
14 } 14 }
15 15
16 namespace history { 16 namespace history {
17 17
18 class HistoryDatabase; 18 class HistoryDatabase;
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 }; 71 };
72 72
73 URLDatabase* url_database_; 73 URLDatabase* url_database_;
74 74
75 DISALLOW_COPY_AND_ASSIGN(BookmarkModelSQLHandler); 75 DISALLOW_COPY_AND_ASSIGN(BookmarkModelSQLHandler);
76 }; 76 };
77 77
78 } // namespace history. 78 } // namespace history.
79 79
80 #endif // CHROME_BROWSER_HISTORY_ANDROID_BOOKMARK_MODEL_SQL_HANDLER_H_ 80 #endif // CHROME_BROWSER_HISTORY_ANDROID_BOOKMARK_MODEL_SQL_HANDLER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698