| Index: chrome/browser/managed_mode/managed_mode.h
|
| diff --git a/chrome/browser/managed_mode.h b/chrome/browser/managed_mode/managed_mode.h
|
| similarity index 96%
|
| rename from chrome/browser/managed_mode.h
|
| rename to chrome/browser/managed_mode/managed_mode.h
|
| index 9d47a3395352ca4b6c053f8425b29188838523e6..b7cdcd7ab070fce9b96e50f4664c919a46d1e2c6 100644
|
| --- a/chrome/browser/managed_mode.h
|
| +++ b/chrome/browser/managed_mode/managed_mode.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_MANAGED_MODE_H_
|
| -#define CHROME_BROWSER_MANAGED_MODE_H_
|
| +#ifndef CHROME_BROWSER_MANAGED_MODE_MANAGED_MODE_H_
|
| +#define CHROME_BROWSER_MANAGED_MODE_MANAGED_MODE_H_
|
|
|
| #include <set>
|
| #include <string>
|
| @@ -125,4 +125,4 @@ class ManagedMode : public chrome::BrowserListObserver,
|
| DISALLOW_COPY_AND_ASSIGN(ManagedMode);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_MANAGED_MODE_H_
|
| +#endif // CHROME_BROWSER_MANAGED_MODE_MANAGED_MODE_H_
|
|
|