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

Side by Side Diff: chrome/browser/history/text_database_manager.h

Issue 9114020: Remove task.h and finish base::Bind() migration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/history/shortcuts_backend.cc ('k') | chrome/browser/mac/keystone_glue.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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_TEXT_DATABASE_MANAGER_H_ 5 #ifndef CHROME_BROWSER_HISTORY_TEXT_DATABASE_MANAGER_H_
6 #define CHROME_BROWSER_HISTORY_TEXT_DATABASE_MANAGER_H_ 6 #define CHROME_BROWSER_HISTORY_TEXT_DATABASE_MANAGER_H_
7 #pragma once 7 #pragma once
8 8
9 #include <set> 9 #include <set>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/basictypes.h" 12 #include "base/basictypes.h"
13 #include "base/file_path.h" 13 #include "base/file_path.h"
14 #include "base/gtest_prod_util.h" 14 #include "base/gtest_prod_util.h"
15 #include "base/memory/weak_ptr.h" 15 #include "base/memory/weak_ptr.h"
16 #include "base/string16.h" 16 #include "base/string16.h"
17 #include "base/task.h"
18 #include "base/memory/mru_cache.h" 17 #include "base/memory/mru_cache.h"
19 #include "chrome/browser/history/history_types.h" 18 #include "chrome/browser/history/history_types.h"
20 #include "chrome/browser/history/text_database.h" 19 #include "chrome/browser/history/text_database.h"
21 #include "chrome/browser/history/query_parser.h" 20 #include "chrome/browser/history/query_parser.h"
22 #include "chrome/browser/history/url_database.h" 21 #include "chrome/browser/history/url_database.h"
23 22
24 namespace history { 23 namespace history {
25 24
26 class HistoryPublisher; 25 class HistoryPublisher;
27 class VisitDatabase; 26 class VisitDatabase;
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 // This can be NULL if there are no indexers registered to receive indexing 303 // This can be NULL if there are no indexers registered to receive indexing
305 // data from us. 304 // data from us.
306 const HistoryPublisher* history_publisher_; 305 const HistoryPublisher* history_publisher_;
307 306
308 DISALLOW_COPY_AND_ASSIGN(TextDatabaseManager); 307 DISALLOW_COPY_AND_ASSIGN(TextDatabaseManager);
309 }; 308 };
310 309
311 } // namespace history 310 } // namespace history
312 311
313 #endif // CHROME_BROWSER_HISTORY_TEXT_DATABASE_MANAGER_H_ 312 #endif // CHROME_BROWSER_HISTORY_TEXT_DATABASE_MANAGER_H_
OLDNEW
« no previous file with comments | « chrome/browser/history/shortcuts_backend.cc ('k') | chrome/browser/mac/keystone_glue.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698