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

Unified Diff: content/public/browser/browser_context.h

Issue 8921021: Trivial move of content::BrowserContext to content/public. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to LKGR. Created 9 years 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 | « content/content_browser.gypi ('k') | content/shell/shell_browser_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/browser_context.h
diff --git a/content/browser/browser_context.h b/content/public/browser/browser_context.h
similarity index 96%
copy from content/browser/browser_context.h
copy to content/public/browser/browser_context.h
index 2477af5edecf71176dfeb8c6f2d9c1ce0a571328..32a2bf081c689089bc10a8f8bcaf69d7816659e9 100644
--- a/content/browser/browser_context.h
+++ b/content/public/browser/browser_context.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 CONTENT_BROWSER_BROWSER_CONTEXT_H_
-#define CONTENT_BROWSER_BROWSER_CONTEXT_H_
+#ifndef CONTENT_PUBLIC_BROWSER_BROWSER_CONTEXT_H_
+#define CONTENT_PUBLIC_BROWSER_BROWSER_CONTEXT_H_
#pragma once
#include "base/hash_tables.h"
@@ -119,4 +119,4 @@ struct hash<content::BrowserContext*> {
} // namespace __gnu_cxx
#endif
-#endif // CONTENT_BROWSER_BROWSER_CONTEXT_H_
+#endif // CONTENT_PUBLIC_BROWSER_BROWSER_CONTEXT_H_
« no previous file with comments | « content/content_browser.gypi ('k') | content/shell/shell_browser_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698