diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-28 22:02:48 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-28 22:02:48 +0000 |
commit | 54087fe8d2a28e337a2147d13130586331e918d0 (patch) | |
tree | 1192be7b52d8a1d889eefd3a203d8625547f6367 /content/browser/site_instance_unittest.cc | |
parent | ca2e7208d1f662943849fbefecb88e38008881b8 (diff) | |
download | chromium_src-54087fe8d2a28e337a2147d13130586331e918d0.zip chromium_src-54087fe8d2a28e337a2147d13130586331e918d0.tar.gz chromium_src-54087fe8d2a28e337a2147d13130586331e918d0.tar.bz2 |
Move PageZoom enum into content/public/common and into the content namespace. Also move content_costants to content/public/common.
BUG=98716
Review URL: http://codereview.chromium.org/8413051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107804 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/site_instance_unittest.cc')
-rw-r--r-- | content/browser/site_instance_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/site_instance_unittest.cc b/content/browser/site_instance_unittest.cc index d19ef68..0185daf 100644 --- a/content/browser/site_instance_unittest.cc +++ b/content/browser/site_instance_unittest.cc @@ -15,8 +15,8 @@ #include "content/browser/tab_contents/navigation_entry.h" #include "content/browser/tab_contents/tab_contents.h" #include "content/browser/webui/empty_web_ui_factory.h" -#include "content/common/content_constants.h" #include "content/public/common/content_client.h" +#include "content/public/common/content_constants.h" #include "content/public/common/url_constants.h" #include "content/test/test_browser_context.h" #include "content/test/test_browser_thread.h" |