Commit 779dead9 authored by Stephane Zermatten's avatar Stephane Zermatten Committed by Commit Bot

Format fix: remove . and the end of // namespace autofill_assistant

Change-Id: Id13a8add39f1d8591d837db322f33dcc5b4335d7
Reviewed-on: https://chromium-review.googlesource.com/1248623Reviewed-by: default avatarRouslan Solomakhin <rouslan@chromium.org>
Commit-Queue: Stephane Zermatten <szermatt@chromium.org>
Cr-Commit-Position: refs/heads/master@{#594701}
parent ccae4068
...@@ -18,4 +18,4 @@ void Action::UpdateProcessedAction(bool status) { ...@@ -18,4 +18,4 @@ void Action::UpdateProcessedAction(bool status) {
: ProcessedActionStatus::OTHER_ACTION_STATUS); : ProcessedActionStatus::OTHER_ACTION_STATUS);
} }
} // namespace autofill_assistant. } // namespace autofill_assistant
...@@ -40,5 +40,5 @@ class Action { ...@@ -40,5 +40,5 @@ class Action {
std::unique_ptr<ProcessedActionProto> processed_action_proto_; std::unique_ptr<ProcessedActionProto> processed_action_proto_;
}; };
} // namespace autofill_assistant. } // namespace autofill_assistant
#endif // COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_ACTIONS_ACTION_H_ #endif // COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_ACTIONS_ACTION_H_
...@@ -95,5 +95,5 @@ class ActionDelegate { ...@@ -95,5 +95,5 @@ class ActionDelegate {
protected: protected:
ActionDelegate() = default; ActionDelegate() = default;
}; };
} // namespace autofill_assistant. } // namespace autofill_assistant
#endif // COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_ACTIONS_ACTION_DELEGATE_H_ #endif // COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_ACTIONS_ACTION_DELEGATE_H_
...@@ -334,4 +334,4 @@ void AutofillAction::OnSetFieldValue(const std::string& guid, ...@@ -334,4 +334,4 @@ void AutofillAction::OnSetFieldValue(const std::string& guid,
} }
} }
} // namespace autofill_assistant. } // namespace autofill_assistant
...@@ -87,5 +87,5 @@ class AutofillAction : public Action { ...@@ -87,5 +87,5 @@ class AutofillAction : public Action {
DISALLOW_COPY_AND_ASSIGN(AutofillAction); DISALLOW_COPY_AND_ASSIGN(AutofillAction);
}; };
} // namespace autofill_assistant. } // namespace autofill_assistant
#endif // COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_ACTIONS_AUTOFILL_ACTION_H_ #endif // COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_ACTIONS_AUTOFILL_ACTION_H_
...@@ -38,4 +38,4 @@ void ClickAction::OnClick(ProcessActionCallback callback, bool status) { ...@@ -38,4 +38,4 @@ void ClickAction::OnClick(ProcessActionCallback callback, bool status) {
std::move(callback).Run(std::move(processed_action_proto_)); std::move(callback).Run(std::move(processed_action_proto_));
} }
} // namespace autofill_assistant. } // namespace autofill_assistant
...@@ -33,5 +33,5 @@ class ClickAction : public Action { ...@@ -33,5 +33,5 @@ class ClickAction : public Action {
DISALLOW_COPY_AND_ASSIGN(ClickAction); DISALLOW_COPY_AND_ASSIGN(ClickAction);
}; };
} // namespace autofill_assistant. } // namespace autofill_assistant
#endif // COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_ACTIONS_CLICK_ACTION_H_ #endif // COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_ACTIONS_CLICK_ACTION_H_
...@@ -43,4 +43,4 @@ void FocusElementAction::OnFocusElement(ProcessActionCallback callback, ...@@ -43,4 +43,4 @@ void FocusElementAction::OnFocusElement(ProcessActionCallback callback,
std::move(callback).Run(std::move(processed_action_proto_)); std::move(callback).Run(std::move(processed_action_proto_));
} }
} // namespace autofill_assistant. } // namespace autofill_assistant
...@@ -29,5 +29,5 @@ class FocusElementAction : public Action { ...@@ -29,5 +29,5 @@ class FocusElementAction : public Action {
DISALLOW_COPY_AND_ASSIGN(FocusElementAction); DISALLOW_COPY_AND_ASSIGN(FocusElementAction);
}; };
} // namespace autofill_assistant. } // namespace autofill_assistant
#endif // COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_ACTIONS_FOCUS_ELEMENT_ACTION_H_ #endif // COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_ACTIONS_FOCUS_ELEMENT_ACTION_H_
...@@ -44,4 +44,4 @@ void SelectOptionAction::OnSelectOption(ProcessActionCallback callback, ...@@ -44,4 +44,4 @@ void SelectOptionAction::OnSelectOption(ProcessActionCallback callback,
std::move(callback).Run(std::move(processed_action_proto_)); std::move(callback).Run(std::move(processed_action_proto_));
} }
} // namespace autofill_assistant. } // namespace autofill_assistant
...@@ -32,5 +32,5 @@ class SelectOptionAction : public Action { ...@@ -32,5 +32,5 @@ class SelectOptionAction : public Action {
DISALLOW_COPY_AND_ASSIGN(SelectOptionAction); DISALLOW_COPY_AND_ASSIGN(SelectOptionAction);
}; };
} // namespace autofill_assistant. } // namespace autofill_assistant
#endif // COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_ACTIONS_SELECT_OPTION_ACTION_H_ #endif // COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_ACTIONS_SELECT_OPTION_ACTION_H_
...@@ -26,4 +26,4 @@ void TellAction::ProcessAction(ActionDelegate* delegate, ...@@ -26,4 +26,4 @@ void TellAction::ProcessAction(ActionDelegate* delegate,
std::move(callback).Run(std::move(processed_action_proto_)); std::move(callback).Run(std::move(processed_action_proto_));
} }
} // namespace autofill_assistant. } // namespace autofill_assistant
...@@ -25,5 +25,5 @@ class TellAction : public Action { ...@@ -25,5 +25,5 @@ class TellAction : public Action {
DISALLOW_COPY_AND_ASSIGN(TellAction); DISALLOW_COPY_AND_ASSIGN(TellAction);
}; };
} // namespace autofill_assistant. } // namespace autofill_assistant
#endif // COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_ACTIONS_TELL_ACTION_H_ #endif // COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_ACTIONS_TELL_ACTION_H_
...@@ -42,4 +42,4 @@ void UploadDomAction::OnBuildNodeTree(ProcessActionCallback callback, ...@@ -42,4 +42,4 @@ void UploadDomAction::OnBuildNodeTree(ProcessActionCallback callback,
std::move(callback).Run(std::move(processed_action_proto_)); std::move(callback).Run(std::move(processed_action_proto_));
} }
} // namespace autofill_assistant. } // namespace autofill_assistant
...@@ -30,5 +30,5 @@ class UploadDomAction : public Action { ...@@ -30,5 +30,5 @@ class UploadDomAction : public Action {
DISALLOW_COPY_AND_ASSIGN(UploadDomAction); DISALLOW_COPY_AND_ASSIGN(UploadDomAction);
}; };
} // namespace autofill_assistant. } // namespace autofill_assistant
#endif // COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_ACTIONS_UPLOAD_DOM_ACTION_H_ #endif // COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_ACTIONS_UPLOAD_DOM_ACTION_H_
...@@ -79,4 +79,4 @@ void WaitForDomAction::OnCheckElementExists(ActionDelegate* delegate, ...@@ -79,4 +79,4 @@ void WaitForDomAction::OnCheckElementExists(ActionDelegate* delegate,
base::TimeDelta::FromMilliseconds(kCheckPeriodInMilliseconds)); base::TimeDelta::FromMilliseconds(kCheckPeriodInMilliseconds));
} }
} // namespace autofill_assistant. } // namespace autofill_assistant
...@@ -37,5 +37,5 @@ class WaitForDomAction : public Action { ...@@ -37,5 +37,5 @@ class WaitForDomAction : public Action {
DISALLOW_COPY_AND_ASSIGN(WaitForDomAction); DISALLOW_COPY_AND_ASSIGN(WaitForDomAction);
}; };
} // namespace autofill_assistant. } // namespace autofill_assistant
#endif // COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_ACTIONS_WAIT_FOR_DOM_ACTION_H_ #endif // COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_ACTIONS_WAIT_FOR_DOM_ACTION_H_
...@@ -14,4 +14,4 @@ Script::Script() : priority(0) {} ...@@ -14,4 +14,4 @@ Script::Script() : priority(0) {}
Script::~Script() = default; Script::~Script() = default;
} // namespace autofill_assistant. } // namespace autofill_assistant
...@@ -215,4 +215,4 @@ void ScriptPrecondition::MaybeRunCheckPreconditionCallback() { ...@@ -215,4 +215,4 @@ void ScriptPrecondition::MaybeRunCheckPreconditionCallback() {
} }
} }
} // namespace autofill_assistant. } // namespace autofill_assistant
...@@ -87,6 +87,6 @@ class ScriptPrecondition { ...@@ -87,6 +87,6 @@ class ScriptPrecondition {
DISALLOW_COPY_AND_ASSIGN(ScriptPrecondition); DISALLOW_COPY_AND_ASSIGN(ScriptPrecondition);
}; };
} // namespace autofill_assistant. } // namespace autofill_assistant
#endif // COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_SCRIPT_PRECONDITION_H_ #endif // COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_SCRIPT_PRECONDITION_H_
...@@ -51,5 +51,5 @@ class UiController { ...@@ -51,5 +51,5 @@ class UiController {
protected: protected:
UiController() = default; UiController() = default;
}; };
} // namespace autofill_assistant. } // namespace autofill_assistant
#endif // COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_UI_CONTROLLER_H_ #endif // COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_UI_CONTROLLER_H_
...@@ -26,5 +26,5 @@ class UiDelegate { ...@@ -26,5 +26,5 @@ class UiDelegate {
protected: protected:
UiDelegate() = default; UiDelegate() = default;
}; };
} // namespace autofill_assistant. } // namespace autofill_assistant
#endif // COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_UI_DELEGATE_H_ #endif // COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_UI_DELEGATE_H_
...@@ -680,4 +680,4 @@ void WebController::BuildNodeTree(const std::vector<std::string>& selectors, ...@@ -680,4 +680,4 @@ void WebController::BuildNodeTree(const std::vector<std::string>& selectors,
std::move(callback).Run(true); std::move(callback).Run(true);
} }
} // namespace autofill_assistant. } // namespace autofill_assistant
...@@ -224,5 +224,5 @@ class WebController { ...@@ -224,5 +224,5 @@ class WebController {
DISALLOW_COPY_AND_ASSIGN(WebController); DISALLOW_COPY_AND_ASSIGN(WebController);
}; };
} // namespace autofill_assistant. } // namespace autofill_assistant
#endif // COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_WEB_CONTROLLER_H_ #endif // COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_WEB_CONTROLLER_H_
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment