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

Side by Side Diff: chrome/browser/android/enhanced_bookmarks/enhanced_bookmarks_bridge.h

Issue 597253003: Migrate EnhancedBookmarkBridge from component to chrome/browswer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 COMPONENTS_ENHANCED_BOOKMARKS_ANDROID_ENHANCED_BOOKMARKS_BRIDGE_H_ 5 #ifndef CHROME_BROWSER_ANDROID_ENHANCED_BOOKMARKS_ENHANCED_BOOKMARKS_BRIDGE_H_
6 #define COMPONENTS_ENHANCED_BOOKMARKS_ANDROID_ENHANCED_BOOKMARKS_BRIDGE_H_ 6 #define CHROME_BROWSER_ANDROID_ENHANCED_BOOKMARKS_ENHANCED_BOOKMARKS_BRIDGE_H_
7 7
8 #include "base/android/jni_android.h" 8 #include "base/android/jni_android.h"
9 9
10 class BookmarkModel; 10 class BookmarkModel;
11 11
12 namespace enhanced_bookmarks { 12 namespace enhanced_bookmarks {
13 namespace android { 13 namespace android {
14 14
15 class EnhancedBookmarksBridge { 15 class EnhancedBookmarksBridge {
16 public: 16 public:
(...skipping 16 matching lines...) Expand all
33 BookmarkModel* bookmark_model_; // weak 33 BookmarkModel* bookmark_model_; // weak
34 34
35 DISALLOW_COPY_AND_ASSIGN(EnhancedBookmarksBridge); 35 DISALLOW_COPY_AND_ASSIGN(EnhancedBookmarksBridge);
36 }; 36 };
37 37
38 bool RegisterEnhancedBookmarksBridge(JNIEnv* env); 38 bool RegisterEnhancedBookmarksBridge(JNIEnv* env);
39 39
40 } // namespace android 40 } // namespace android
41 } // namespace enhanced_bookmarks 41 } // namespace enhanced_bookmarks
42 42
43 #endif // COMPONENTS_ENHANCED_BOOKMARKS_ANDROID_ENHANCED_BOOKMARKS_BRIDGE_H_ 43 #endif // CHROME_BROWSER_ANDROID_ENHANCED_BOOKMARKS_ENHANCED_BOOKMARKS_BRIDGE_H _
OLDNEW
« no previous file with comments | « chrome/browser/android/chrome_jni_registrar.cc ('k') | chrome/browser/android/enhanced_bookmarks/enhanced_bookmarks_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698