Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2395)

Unified Diff: chrome/browser/ui/fullscreen/fullscreen_controller_test.h

Issue 10702030: Move fullscreen_controller* to a subdirectory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge tot Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698