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

Unified Diff: chrome/browser/apps/app_browsertest_util.h

Issue 23003004: Move apps tests from c/b/extensions to c/b/apps and refine DEPS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Correct ordering in typi Created 7 years, 4 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
« no previous file with comments | « chrome/browser/apps/app_browsertest.cc ('k') | chrome/browser/apps/app_browsertest_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/apps/app_browsertest_util.h
diff --git a/chrome/browser/extensions/platform_app_browsertest_util.h b/chrome/browser/apps/app_browsertest_util.h
similarity index 93%
rename from chrome/browser/extensions/platform_app_browsertest_util.h
rename to chrome/browser/apps/app_browsertest_util.h
index 6cc179b1ab46268a61243f41fa8f3ebda7cbc698..b4669c7f2004dc82c926c4382d517686a8de8b2d 100644
--- a/chrome/browser/extensions/platform_app_browsertest_util.h
+++ b/chrome/browser/apps/app_browsertest_util.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_EXTENSIONS_PLATFORM_APP_BROWSERTEST_UTIL_H_
-#define CHROME_BROWSER_EXTENSIONS_PLATFORM_APP_BROWSERTEST_UTIL_H_
+#ifndef CHROME_BROWSER_APPS_APP_BROWSERTEST_UTIL_H_
+#define CHROME_BROWSER_APPS_APP_BROWSERTEST_UTIL_H_
#include "apps/shell_window.h"
@@ -89,4 +89,4 @@ class ExperimentalPlatformAppBrowserTest : public PlatformAppBrowserTest {
} // namespace extensions
-#endif // CHROME_BROWSER_EXTENSIONS_PLATFORM_APP_BROWSERTEST_UTIL_H_
+#endif // CHROME_BROWSER_APPS_APP_BROWSERTEST_UTIL_H_
« no previous file with comments | « chrome/browser/apps/app_browsertest.cc ('k') | chrome/browser/apps/app_browsertest_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698