Index: chrome/browser/ui/cocoa/bookmarks/bookmark_editor_controller.mm |
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_editor_controller.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_editor_controller.mm |
index b40b07e69519614c3e3c33ca45a635c5f34d96bf..e800e7cecfd6a8cbeb807deb7d1148b44e6fadb4 100644 |
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_editor_controller.mm |
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_editor_controller.mm |
@@ -15,6 +15,8 @@ |
#include "components/user_prefs/user_prefs.h" |
#include "ui/base/l10n/l10n_util.h" |
+using bookmarks::BookmarkExpandedStateTracker; |
+ |
@interface BookmarkEditorController (Private) |
// Grab the url from the text field and convert. |