diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-07 03:53:00 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-07 03:53:00 +0000 |
commit | 652e16d050c69adcf9a8e97912d8e554d49902bc (patch) | |
tree | d8702ed6cf5ec554872019563f1efdddc5fcc42e /content/browser/host_zoom_map_unittest.cc | |
parent | 5b3e09dcf48a717eccca25d4a99036dcefb31001 (diff) | |
download | chromium_src-652e16d050c69adcf9a8e97912d8e554d49902bc.zip chromium_src-652e16d050c69adcf9a8e97912d8e554d49902bc.tar.gz chromium_src-652e16d050c69adcf9a8e97912d8e554d49902bc.tar.bz2 |
Move notification service code to content. We'll need to figure out how to split the type enum so that chrome specific parts aren't in content later.
TBR=avi
Review URL: http://codereview.chromium.org/6627043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77102 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/host_zoom_map_unittest.cc')
-rw-r--r-- | content/browser/host_zoom_map_unittest.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/content/browser/host_zoom_map_unittest.cc b/content/browser/host_zoom_map_unittest.cc index 877a982..4c8ed15 100644 --- a/content/browser/host_zoom_map_unittest.cc +++ b/content/browser/host_zoom_map_unittest.cc @@ -7,14 +7,14 @@ #include "base/utf_string_conversions.h" #include "base/values.h" #include "chrome/browser/prefs/pref_service.h" -#include "chrome/common/notification_details.h" -#include "chrome/common/notification_observer_mock.h" -#include "chrome/common/notification_source.h" -#include "chrome/common/notification_type.h" #include "chrome/common/pref_names.h" #include "chrome/test/testing_profile.h" #include "content/browser/browser_thread.h" #include "content/browser/host_zoom_map.h" +#include "content/common/notification_details.h" +#include "content/common/notification_observer_mock.h" +#include "content/common/notification_source.h" +#include "content/common/notification_type.h" #include "googleurl/src/gurl.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" |