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

Unified Diff: chrome/browser/chrome_browser_main_aura.cc

Issue 8095016: Additional build fixes for aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing file Created 9 years, 3 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 | « no previous file | chrome/browser/platform_util_aura.cc » ('j') | webkit/glue/webcursor.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main_aura.cc
diff --git a/chrome/browser/chrome_browser_main_aura.cc b/chrome/browser/chrome_browser_main_aura.cc
index d61eea68239a8af0576874db526b3e7867b91078..26f66576ea13253b211741f5c62fbd530fb02c79 100644
--- a/chrome/browser/chrome_browser_main_aura.cc
+++ b/chrome/browser/chrome_browser_main_aura.cc
@@ -7,7 +7,8 @@
#include "base/logging.h"
ChromeBrowserMainPartsAura::ChromeBrowserMainPartsAura(
- const MainFunctionParams& parameters) {
+ const MainFunctionParams& parameters)
+ : ChromeBrowserMainParts(parameters) {
NOTIMPLEMENTED();
}
« no previous file with comments | « no previous file | chrome/browser/platform_util_aura.cc » ('j') | webkit/glue/webcursor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698