| Index: chrome/browser/extensions/browser_action_apitest.cc
|
| diff --git a/chrome/browser/extensions/browser_action_apitest.cc b/chrome/browser/extensions/browser_action_apitest.cc
|
| index 181f40997f04a6074f2fb305af817225fbaa6cb5..930162d77a6c55f45fd7bf77e94f09b150dd5138 100644
|
| --- a/chrome/browser/extensions/browser_action_apitest.cc
|
| +++ b/chrome/browser/extensions/browser_action_apitest.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/extensions/extension_system.h"
|
| #include "chrome/browser/ui/browser.h"
|
| #include "chrome/browser/ui/tabs/tab_strip_model.h"
|
| +#include "extensions/browser/extension_system.h"
|
|
|
| // Tests that tooltips of a browser action icon can be specified using UTF8.
|
| // See http://crbug.com/25349.
|
|
|