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

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

Issue 773103004: Remove NOTIFICATION_HISTORY_URLS_DELETED (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to tip 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_ANDROID_PROVIDER_BACKEND_H_ 5 #ifndef CHROME_BROWSER_HISTORY_ANDROID_ANDROID_PROVIDER_BACKEND_H_
6 #define CHROME_BROWSER_HISTORY_ANDROID_ANDROID_PROVIDER_BACKEND_H_ 6 #define CHROME_BROWSER_HISTORY_ANDROID_ANDROID_PROVIDER_BACKEND_H_
7 7
8 #include <list> 8 #include <list>
9 #include <set> 9 #include <set>
10 10
11 #include "base/containers/hash_tables.h" 11 #include "base/containers/hash_tables.h"
12 #include "base/files/file_path.h" 12 #include "base/files/file_path.h"
13 #include "base/gtest_prod_util.h" 13 #include "base/gtest_prod_util.h"
14 #include "base/memory/ref_counted.h" 14 #include "base/memory/ref_counted.h"
15 #include "base/memory/scoped_ptr.h" 15 #include "base/memory/scoped_ptr.h"
16 #include "base/memory/scoped_vector.h" 16 #include "base/memory/scoped_vector.h"
17 #include "chrome/browser/history/history_notifications.h"
18 #include "components/history/core/browser/android/android_cache_database.h" 17 #include "components/history/core/browser/android/android_cache_database.h"
19 #include "components/history/core/browser/android/android_history_types.h" 18 #include "components/history/core/browser/android/android_history_types.h"
20 #include "components/history/core/browser/android/sql_handler.h" 19 #include "components/history/core/browser/android/sql_handler.h"
21 #include "sql/statement.h" 20 #include "sql/statement.h"
22 #include "sql/transaction.h" 21 #include "sql/transaction.h"
23 22
24 namespace history { 23 namespace history {
25 24
26 class AndroidProviderBackend; 25 class AndroidProviderBackend;
27 class AndroidURLsSQLHandler; 26 class AndroidURLsSQLHandler;
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 bool initialized_; 340 bool initialized_;
342 341
343 HistoryBackendNotifier* notifier_; 342 HistoryBackendNotifier* notifier_;
344 343
345 DISALLOW_COPY_AND_ASSIGN(AndroidProviderBackend); 344 DISALLOW_COPY_AND_ASSIGN(AndroidProviderBackend);
346 }; 345 };
347 346
348 } // namespace history 347 } // namespace history
349 348
350 #endif // CHROME_BROWSER_HISTORY_ANDROID_ANDROID_PROVIDER_BACKEND_H_ 349 #endif // CHROME_BROWSER_HISTORY_ANDROID_ANDROID_PROVIDER_BACKEND_H_
OLDNEW
« no previous file with comments | « chrome/browser/favicon/DEPS ('k') | chrome/browser/history/android/android_provider_backend_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698