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

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: Created 6 years, 9 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
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_

Powered by Google App Engine
This is Rietveld 408576698