diff options
Diffstat (limited to 'content/browser/webui/web_ui_browsertest.cc')
-rw-r--r-- | content/browser/webui/web_ui_browsertest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/webui/web_ui_browsertest.cc b/content/browser/webui/web_ui_browsertest.cc index 18836c3..3aea20f 100644 --- a/content/browser/webui/web_ui_browsertest.cc +++ b/content/browser/webui/web_ui_browsertest.cc @@ -5,11 +5,11 @@ #include "content/browser/webui/web_ui_browsertest.h" #include "base/path_service.h" -#include "chrome/browser/tab_contents/tab_contents.h" #include "chrome/browser/ui/browser.h" #include "chrome/common/chrome_paths.h" #include "chrome/common/url_constants.h" #include "chrome/test/ui_test_utils.h" +#include "content/browser/tab_contents/tab_contents.h" #include "ui/base/resource/resource_bundle.h" static const FilePath::CharType* kWebUILibraryJS = |