summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-21 22:26:14 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-21 22:26:14 +0000
commit5d921d4cb8e9d5c90366183a523817b99c9bc63f (patch)
tree68a1ebf66dd416e7d174d92f4e7f25d714186a12 /chrome_frame/test
parent073e501cfce275852b138e41e01136814a39983d (diff)
downloadchromium_src-5d921d4cb8e9d5c90366183a523817b99c9bc63f.zip
chromium_src-5d921d4cb8e9d5c90366183a523817b99c9bc63f.tar.gz
chromium_src-5d921d4cb8e9d5c90366183a523817b99c9bc63f.tar.bz2
Move content_paths.h to content/public/common.
BUG=98716 TBR=avi Review URL: http://codereview.chromium.org/8375007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106795 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/test')
-rw-r--r--chrome_frame/test/net/fake_external_tab.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc
index c6952e7..48ed3ee 100644
--- a/chrome_frame/test/net/fake_external_tab.cc
+++ b/chrome_frame/test/net/fake_external_tab.cc
@@ -48,9 +48,9 @@
#include "chrome_frame/utils.h"
#include "content/browser/plugin_service.h"
#include "content/browser/renderer_host/render_process_host.h"
-#include "content/common/content_paths.h"
#include "content/browser/notification_service_impl.h"
#include "content/public/common/content_client.h"
+#include "content/public/common/content_paths.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/base/resource/resource_bundle.h"
#include "ui/base/ui_base_paths.h"