| Index: apps/app_window_contents.h
|
| diff --git a/apps/app_window_contents.h b/apps/app_window_contents.h
|
| index 0b4ac322d1dde1b2e57c277a8b5019a9d71672ac..c5b3b02da82b0fd8c727411358c1630df014898d 100644
|
| --- a/apps/app_window_contents.h
|
| +++ b/apps/app_window_contents.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_APP_WINDOW_CONTENTS_H_
|
| -#define CHROME_BROWSER_EXTENSIONS_APP_WINDOW_CONTENTS_H_
|
| +#ifndef APPS_APP_WINDOW_CONTENTS_H_
|
| +#define APPS_APP_WINDOW_CONTENTS_H_
|
|
|
| #include <vector>
|
|
|
| @@ -77,4 +77,4 @@ class AppWindowContentsImpl
|
|
|
| } // namespace apps
|
|
|
| -#endif // CHROME_BROWSER_EXTENSIONS_APP_WINDOW_CONTENTS_H_
|
| +#endif // APPS_APP_WINDOW_CONTENTS_H_
|
|
|