Chromium Code Reviews| 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_ |
|
tapted
2013/08/14 01:55:46
nit: there's an extra line here
|
| #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_ |