| Index: chrome/browser/ui/panels/base_panel_browser_test.h
|
| diff --git a/chrome/browser/ui/panels/base_panel_browser_test.h b/chrome/browser/ui/panels/base_panel_browser_test.h
|
| index 48b1267e6979867c67a188912a0c0f331c9ff9df..48407f9196842b617ab4f766ca22c2c56bd25ad5 100644
|
| --- a/chrome/browser/ui/panels/base_panel_browser_test.h
|
| +++ b/chrome/browser/ui/panels/base_panel_browser_test.h
|
| @@ -79,8 +79,7 @@ class BasePanelBrowserTest : public InProcessBrowserTest {
|
| return mock_auto_hiding_desktop_bar_.get();
|
| }
|
|
|
| - FilePath test_data_dir_;
|
| -
|
| + static const FilePath::CharType* kTestDir;
|
| private:
|
| gfx::Rect testing_work_area_;
|
| scoped_refptr<MockAutoHidingDesktopBar> mock_auto_hiding_desktop_bar_;
|
|
|