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

Unified Diff: chrome/browser/bookmarks/bookmark_manager_extension_api.h

Issue 8374023: Move bookmarks extension api implementation to bookmarks dir (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix deps, rebase Created 9 years, 2 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
Index: chrome/browser/bookmarks/bookmark_manager_extension_api.h
diff --git a/chrome/browser/extensions/extension_bookmark_manager_api.h b/chrome/browser/bookmarks/bookmark_manager_extension_api.h
similarity index 93%
rename from chrome/browser/extensions/extension_bookmark_manager_api.h
rename to chrome/browser/bookmarks/bookmark_manager_extension_api.h
index f17b8150748a23b60a88771910a9b016453ef7bf..a3e4aedb512157c452cddfead45b7a9a1f24da6d 100644
--- a/chrome/browser/extensions/extension_bookmark_manager_api.h
+++ b/chrome/browser/bookmarks/bookmark_manager_extension_api.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_EXTENSIONS_EXTENSION_BOOKMARK_MANAGER_API_H_
-#define CHROME_BROWSER_EXTENSIONS_EXTENSION_BOOKMARK_MANAGER_API_H_
+#ifndef CHROME_BROWSER_BOOKMARKS_BOOKMARK_MANAGER_EXTENSION_API_H_
+#define CHROME_BROWSER_BOOKMARKS_BOOKMARK_MANAGER_EXTENSION_API_H_
#pragma once
+#include "chrome/browser/bookmarks/bookmark_extension_api.h"
#include "chrome/browser/bookmarks/bookmark_node_data.h"
-#include "chrome/browser/extensions/extension_bookmarks_module.h"
#include "chrome/browser/extensions/extension_function.h"
#include "chrome/browser/ui/bookmarks/bookmark_tab_helper.h"
@@ -20,6 +20,7 @@ class ListValue;
}
// Class that handles the chrome.experimental.bookmarkManager events.
+// TODO(aa): Rename this
class ExtensionBookmarkManagerEventRouter
: public BookmarkTabHelper::BookmarkDrag {
public:
@@ -146,4 +147,4 @@ class RecordLaunchBookmarkFunction : public BookmarksFunction {
DECLARE_EXTENSION_FUNCTION_NAME("experimental.bookmarkManager.recordLaunch")
};
-#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_BOOKMARK_MANAGER_API_H_
+#endif // CHROME_BROWSER_BOOKMARKS_BOOKMARK_MANAGER_EXTENSION_API_H_

Powered by Google App Engine
This is Rietveld 408576698