| Index: chrome/browser/ui/fullscreen/fullscreen_controller_test.h
|
| diff --git a/chrome/browser/ui/fullscreen_controller_test.h b/chrome/browser/ui/fullscreen/fullscreen_controller_test.h
|
| similarity index 90%
|
| rename from chrome/browser/ui/fullscreen_controller_test.h
|
| rename to chrome/browser/ui/fullscreen/fullscreen_controller_test.h
|
| index e5d665c9c34169531cbd4af505a1b936690482e0..83e80a88e29938e252280a689db7672113aadfd4 100644
|
| --- a/chrome/browser/ui/fullscreen_controller_test.h
|
| +++ b/chrome/browser/ui/fullscreen/fullscreen_controller_test.h
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_UI_FULLSCREEN_CONTROLLER_TEST_H_
|
| -#define CHROME_BROWSER_UI_FULLSCREEN_CONTROLLER_TEST_H_
|
| +#ifndef CHROME_BROWSER_UI_FULLSCREEN_FULLSCREEN_CONTROLLER_TEST_H_
|
| +#define CHROME_BROWSER_UI_FULLSCREEN_FULLSCREEN_CONTROLLER_TEST_H_
|
|
|
| -#include "chrome/browser/ui/fullscreen_exit_bubble_type.h"
|
| +#include "chrome/browser/ui/fullscreen/fullscreen_exit_bubble_type.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/test/base/in_process_browser_test.h"
|
| #include "chrome/test/base/ui_test_utils.h"
|
| @@ -66,4 +66,4 @@ class FullscreenControllerTest : public InProcessBrowserTest {
|
| DISALLOW_COPY_AND_ASSIGN(FullscreenControllerTest);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_UI_FULLSCREEN_CONTROLLER_TEST_H_
|
| +#endif // CHROME_BROWSER_UI_FULLSCREEN_FULLSCREEN_CONTROLLER_TEST_H_
|
|
|