diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-04 02:08:27 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-04 02:08:27 +0000 |
commit | 679092e9bebd5696e633967caa22399086e51ea3 (patch) | |
tree | b447b130abc699281b7e11383f37c05e1b9e667d | |
parent | dacf60b7306604fc2cb6409cf2e1cc5d651a16a6 (diff) | |
download | chromium_src-679092e9bebd5696e633967caa22399086e51ea3.zip chromium_src-679092e9bebd5696e633967caa22399086e51ea3.tar.gz chromium_src-679092e9bebd5696e633967caa22399086e51ea3.tar.bz2 |
Make the header include of views_strings.h here windows-only, temporarily (we duplicate the strings in generated_resources.h)
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15181 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/bookmarks/bookmark_context_menu.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/bookmarks/bookmark_context_menu.cc b/chrome/browser/bookmarks/bookmark_context_menu.cc index c7a143a..dc80805 100644 --- a/chrome/browser/bookmarks/bookmark_context_menu.cc +++ b/chrome/browser/bookmarks/bookmark_context_menu.cc @@ -18,13 +18,14 @@ #include "chrome/common/pref_names.h" #include "chrome/common/pref_service.h" #include "grit/generated_resources.h" -#include "grit/views_strings.h" // TODO(port): Port these files. #if defined(OS_WIN) #include "chrome/browser/tab_contents/tab_contents.h" #include "chrome/browser/views/bookmark_manager_view.h" #include "chrome/views/window/window.h" +// TODO(beng): move this stuff to a common location and move it out of this block +#include "grit/views_strings.h" #endif namespace { |