summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-08 23:52:54 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-08 23:52:54 +0000
commit1a3aba8d61535c28362e8408b102808302affe7c (patch)
tree37accfb740ee8b6acc60cfd2b029d6fcfd4623b7 /chrome_frame
parentf7fec7d508a0cc3fe51bf5906f3a6b42ac012b59 (diff)
downloadchromium_src-1a3aba8d61535c28362e8408b102808302affe7c.zip
chromium_src-1a3aba8d61535c28362e8408b102808302affe7c.tar.gz
chromium_src-1a3aba8d61535c28362e8408b102808302affe7c.tar.bz2
Split out command IDs from chrome_dll_resource.h.
The name of this file is a leftover from Windows. Split the command ids (which are used on all platforms) out, leaving just the Windows-specific resource IDs in the original file. TEST=compiles Review URL: http://codereview.chromium.org/4710001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65453 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/chrome_active_document.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/chrome_active_document.cc b/chrome_frame/chrome_active_document.cc
index bd82315..871b8b9 100644
--- a/chrome_frame/chrome_active_document.cc
+++ b/chrome_frame/chrome_active_document.cc
@@ -30,7 +30,7 @@
#include "base/utf_string_conversions.h"
#include "base/win/scoped_variant.h"
#include "grit/generated_resources.h"
-#include "chrome/app/chrome_dll_resource.h"
+#include "chrome/app/chrome_command_ids.h"
#include "chrome/browser/tab_contents/tab_contents.h"
#include "chrome/common/chrome_constants.h"
#include "chrome/common/navigation_types.h"