diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-08 21:11:53 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-08 21:11:53 +0000 |
commit | f20d733f2788dc6b1c28e02b15790bae2332eafd (patch) | |
tree | 95ecd9a7a1eef28b16451ea9311cba2ab9401fa5 /chrome/browser/debugger/devtools_window.h | |
parent | d806f5cf7db551882c4b3ca5db6eedd184a58164 (diff) | |
download | chromium_src-f20d733f2788dc6b1c28e02b15790bae2332eafd.zip chromium_src-f20d733f2788dc6b1c28e02b15790bae2332eafd.tar.gz chromium_src-f20d733f2788dc6b1c28e02b15790bae2332eafd.tar.bz2 |
Update a bunch of files to the new location of notification files.
First part of the remaining files.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6649001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77330 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/debugger/devtools_window.h')
-rw-r--r-- | chrome/browser/debugger/devtools_window.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/debugger/devtools_window.h b/chrome/browser/debugger/devtools_window.h index febd7f7..668bd87 100644 --- a/chrome/browser/debugger/devtools_window.h +++ b/chrome/browser/debugger/devtools_window.h @@ -11,9 +11,9 @@ #include "base/basictypes.h" #include "chrome/browser/debugger/devtools_client_host.h" #include "chrome/browser/debugger/devtools_toggle_action.h" -#include "chrome/common/notification_observer.h" -#include "chrome/common/notification_registrar.h" #include "content/browser/tab_contents/tab_contents_delegate.h" +#include "content/common/notification_observer.h" +#include "content/common/notification_registrar.h" namespace IPC { class Message; |