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

Unified Diff: extensions/browser/view_type_utils.h

Issue 225493002: cleanup: cpplint src/extension/* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comment Created 6 years, 8 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 | « extensions/browser/renderer_startup_helper.h ('k') | extensions/browser/view_type_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/view_type_utils.h
diff --git a/extensions/browser/view_type_utils.h b/extensions/browser/view_type_utils.h
index 4667be438f24c4f343ce7a5236d2808ff9f595a0..aea3d24e5a071905b53015d323917ca5c5ecf30b 100644
--- a/extensions/browser/view_type_utils.h
+++ b/extensions/browser/view_type_utils.h
@@ -19,6 +19,6 @@ namespace extensions {
ViewType GetViewType(content::WebContents* tab);
void SetViewType(content::WebContents* tab, ViewType type);
-} // namespace chrome
+} // namespace extensions
#endif // EXTENSIONS_BROWSER_VIEW_TYPE_UTILS_H_
« no previous file with comments | « extensions/browser/renderer_startup_helper.h ('k') | extensions/browser/view_type_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698