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

Unified Diff: chrome/browser/managed_mode/managed_mode.h

Issue 11027017: Move ManagedMode classes to chrome/browser/managed_mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 2 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/managed_mode/OWNERS ('k') | chrome/browser/managed_mode/managed_mode.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/browser/managed_mode/OWNERS ('k') | chrome/browser/managed_mode/managed_mode.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698